cletus/node_modules/agenda/dist/utils/parse-priority.d.ts
2025-05-09 15:53:19 -05:00

6 lines
No EOL
224 B
TypeScript

/**
* 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