UNPKG

cronnor

Version:

Bibliothèque JavaScript implémentant un programme cron.

12 lines (9 loc) 263 B
/** * @module cronnor * @license MIT * @author Sébastien Règne */ /* @ts-self-types="../types/index.d.ts" */ export { default, default as Cron } from "./cron.js"; export { default as CronExp } from "./cronexp.js"; export { default as At } from "./at.js";