UNPKG

@pulsecron/pulse

Version:

The modern MongoDB-powered job scheduler library for Node.js

4 lines (3 loc) 131 B
import { Job } from '.'; export type ScheduleMethod = (time: string | Date) => Job; export declare const schedule: ScheduleMethod;