@dandre3000/exit
v1.0.1
Published
A uniform alias for the close or exit function in bun, deno, node and the browser.
Readme
exit
A uniform alias for the close or exit function in bun, deno, node and the browser.
usage
import { exit } from '@dandre3000/exit'
// terminate the process
exit(0) // code parameter has no effect on web browsers