1.2.5 • Published 2 years ago

@types/humanize-ms v1.2.5

Weekly downloads
17,184
License
MIT
Repository
github
Last release
2 years ago

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: Thu, 23 Dec 2021 23:34:51 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

6 years ago