0.0.1-alpha.5 ā€¢ Published 3 years ago

@kazura/web-daemon v0.0.1-alpha.5

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

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

šŸ¤ 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