All Projects → node-modules → humanize-ms

node-modules / humanize-ms

Licence: MIT License
transform humanize time to ms

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].