mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
311 B
TypeScript
9 lines
311 B
TypeScript
// Type definitions for humanize-ms 1.2
|
|
// Project: https://github.com/node-modules/humanize-ms
|
|
// Definitions by: Adam Zerella <https://github.com/adamzerella>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function HumanizeMS(input: string|number): number;
|
|
|
|
export = HumanizeMS;
|