1.1.0 ā€¢ Published 4 years ago

node-exit-process v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

exits process

šŸ  Homepage

Install

npm i node-exit-process

Author

šŸ‘¤ steadmatthew

Example

const exit = require("node-exit-process")
exit(0) //exits for code 0
exit(1) //exits for code 1
exit(33) // you get it 

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 steadmatthew. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator