6 lines
No EOL
224 B
TypeScript
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
|