UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 106 B
import { Job } from '.'; export type RunMethod = () => Promise<Job>; export declare const run: RunMethod;