@kazura/web-daemon
v0.0.1-alpha.5
Published
web-daemon
Downloads
6
Readme
web-daemon
🏠 Homepage
Install
yarn add @kazura/web-daemon
Usage
import WebDaemon from '@kazura/web-daemon'
let point = 1
const daemon = new WebDaemon((next) => {
console.log(point++)
next()
})
daemon.start()
daemon.pause()
WebDaemon.pauseAll()
Author
👤 kazura233
- Website: https://github.com/kazura233
- Github: @kazura233
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator