UNPKG

211 BTypeScriptView Raw
1export declare const humanStr: (time: string | number) => number;
2/**
3 * Parses a duration string in the form of "123.456S", returns milliseconds.
4 */
5export declare const durationStr: (time: string) => number;