DefinitelyTyped/types/humanize-ms/index.d.ts
2019-03-05 12:05:41 +11:00

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;