UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

9 lines (8 loc) 225 B
export const CRON = { EVERY_MINUTE: "* * * * *", EVERY_5_MINUTES: "*/5 * * * *", EVERY_15_MINUTES: "*/15 * * * *", EVERY_30_MINUTES: "*/30 * * * *", EVERY_HOUR: "0 * * * *", EVERY_DAY_AT_MIDNIGHT: "0 0 * * *", };