• This repository has been archived on 06/Sep/2023
  • Stars
    star
    673
  • Rank 67,060 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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