@nhtio/millicron
A simple Typescript Cron Daemon for node.js and web contexts
Classes
| Class | Description |
|---|---|
| MilliCron | A simple Cron Daemon which supports a resolution of up to 10ms. |
Interfaces
| Interface | Description |
|---|---|
| CronTabObject | An interface representing the parsed cron expression as sets of allowed values. CronTabObject |
| EventCallback | A type representing a callback function for a MilliCron "crontab" event. |
Variables
| Variable | Description |
|---|---|
| version | The current version of the package. |