zsydgithub 2f2f0c8be0 new 1 year ago
..
History.md 2f2f0c8be0 new 1 year ago
LICENSE 2f2f0c8be0 new 1 year ago
README.md 2f2f0c8be0 new 1 year ago
index.js 2f2f0c8be0 new 1 year ago
package.json 2f2f0c8be0 new 1 year ago

README.md

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