UNPKG

cronnor

Version:

Bibliothèque JavaScript implémentant un programme cron.

10 lines (8 loc) 219 B
/** * @module cronnor * @license MIT * @author Sébastien Règne */ export { default, default as Cron } from "./cron.js"; export { default as CronExp } from "./cronexp.js"; export { default as At } from "./at.js";