prexit
prexit copied to clipboard
A graceful way to shutdown / handle process exit
Results
1
prexit issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for the library! Some of the TS types appear to be incorrect: ```typescript import prexit, { exit } from "prexit"; ... prexit(async () => ...); exit(0); ``` That...