1.0.1 • Published 6 months ago

@dandre3000/exit v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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
1.0.1

6 months ago

1.0.0

7 months ago