UNPKG

humanize-ms

Version:
5 lines (4 loc) 97 B
/** * transform humanize time to ms */ export declare function ms(t: number | string): number;