UNPKG

@pulsecron/pulse

Version:

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

3 lines (2 loc) 85 B
export type StopMethod = () => Promise<void>; export declare const stop: StopMethod;