Documentation for Simbo's Packages
GitHub Repository
Preparing search index...
@simbo/clirk
SigIntHandler
Type Alias SigIntHandler
SigIntHandler
:
(
context
:
ClirkContext
)
=>
void
|
Promise
<
void
>
A function to handle the SIGINT signal (Ctrl+C).
Type Declaration
(
context
:
ClirkContext
)
:
void
|
Promise
<
void
>
Parameters
context
:
ClirkContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub Repository
Documentation for Simbo's Packages
Loading...
A function to handle the SIGINT signal (Ctrl+C).