UNPKG

cronm

Version:

Simple cron manager for Node.js apps.

7 lines (5 loc) 105 B
const CRON = require('./lib/cron'); // Public API module.exports = { init: tag => new CRON(tag), };