Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-exit-process

steadmatthew7MIT1.1.0

exits process

exit

readme

Welcome to node-exit-process 👋

Version Documentation Maintenance License: MIT

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