D8D 2ab642edb8 Initial commit 1 year ago
..
History.md 2ab642edb8 Initial commit 1 year ago
LICENSE 2ab642edb8 Initial commit 1 year ago
README.md 2ab642edb8 Initial commit 1 year ago
index.js 2ab642edb8 Initial commit 1 year ago
package.json 2ab642edb8 Initial commit 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