1.0.1 • Published 11 months ago

@dandre3000/exit v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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

11 months ago

1.0.0

12 months ago