UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 153 B
import { Pulse } from '.'; export type DefaultLockLimitMethod = (times: number) => Pulse; export declare const defaultLockLimit: DefaultLockLimitMethod;