UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 181 B
import { Job, JobAttributesData } from '../job'; export type NowMethod = <T extends JobAttributesData>(name: string, data?: T) => Promise<Job>; export declare const now: NowMethod;