@kazura/web-daemon
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.5 • Public • Published

Welcome to @kazura/web-daemon 👋

Version License: MIT

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

Readme

Keywords

Package Sidebar

Install

npm i @kazura/web-daemon

Weekly Downloads

2

Version

0.0.1-alpha.5

License

MIT

Unpacked Size

17.9 kB

Total Files

8

Last publish

Collaborators

  • kazura