UNPKG

@pulsecron/pulse

Version:

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

4 lines (3 loc) 114 B
import { Pulse } from '.'; export type SortMethod = (query: any) => Pulse; export declare const sort: SortMethod;