Denis 346b78aee1 first commit пре 2 година
..
History.md 346b78aee1 first commit пре 2 година
LICENSE 346b78aee1 first commit пре 2 година
README.md 346b78aee1 first commit пре 2 година
index.js 346b78aee1 first commit пре 2 година
package.json 346b78aee1 first commit пре 2 година

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