gangvy 53eee08a2f update 5 ay önce
..
History.md 53eee08a2f update 5 ay önce
LICENSE 53eee08a2f update 5 ay önce
README.md 53eee08a2f update 5 ay önce
index.js 53eee08a2f update 5 ay önce
package.json 53eee08a2f update 5 ay önce

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