UNPKG

agenda

Version:

Light weight job scheduler for Node.js

6 lines 224 B
/** * Internal method to turn priority into a number * @param priority string to parse into number */ export declare const parsePriority: (priority: string | number) => number; //# sourceMappingURL=parse-priority.d.ts.map