humanize-ms
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/humanize-ms package

1.2.1 • Public • Published

humanize-ms

NPM version build status Test coverage Gittip David deps

transform humanize time to ms

Installation

$ npm install humanize-ms

Examples

var ms = require('humanize-ms');
 
ms('1s') // 1000
ms(1000) // 1000

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i humanize-ms

Weekly Downloads

9,518,807

Version

1.2.1

License

MIT

Last publish

Collaborators

  • dead_horse