UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 141 B
import { Job } from '../job'; export type ComputeNextRunAtMethod = () => Job; export declare const computeNextRunAt: ComputeNextRunAtMethod;