Installation
npm install --save @types/humanize-ms
Summary
This package contains type definitions for humanize-ms (https://github.com/node-modules/humanize-ms).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/humanize-ms.
index.d.ts
// Type definitions for humanize-ms 1.2
// Project: https://github.com/node-modules/humanize-ms
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function HumanizeMS(input: string | number): number | undefined;
export = HumanizeMS;
Additional Details
- Last updated: Sat, 16 Sep 2023 08:06:32 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by DefinitelyTyped.