UNPKG

agenda

Version:

Light weight job scheduler for Node.js

6 lines (4 loc) 151 B
// old common js export (see index.ts for module exports) import { Agenda } from "./agenda"; module.exports = Agenda; module.exports.Agenda = Agenda;