UNPKG

@pulsecron/pulse

Version:

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

3 lines (2 loc) 88 B
export type DrainMethod = () => Promise<void>; export declare const drain: DrainMethod;