UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 124 B
import { Job } from '.'; export type RepeatAtMethod = (time: string) => Job; export declare const repeatAt: RepeatAtMethod;