UNPKG

@pulsecron/pulse

Version:

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

3 lines (2 loc) 117 B
export type IsRunningMethod = (useRealStatus?: boolean) => boolean; export declare const isRunning: IsRunningMethod;