1.0.1 • Published 6 months ago
@dandre3000/exit v1.0.1
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