UNPKG

@pulsecron/pulse

Version:

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

6 lines (5 loc) 148 B
import { Pulse } from '.'; export type CloseMethod = (option?: { force: boolean; }) => Promise<Pulse>; export declare const close: CloseMethod;