UNPKG

integreat

Version:
8 lines (7 loc) 190 B
import type { JobDef } from './types.js'; export default class Schedule { cron?: string; tz?: string; constructor(job: JobDef); shouldRun(start: Date, end: Date): boolean; }