UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 129 B
import { Job } from '.'; export type TouchMethod = (progress?: number) => Promise<Job>; export declare const touch: TouchMethod;