liyongli 90aec58cf5 初始化 пре 3 година
..
History.md 90aec58cf5 初始化 пре 3 година
LICENSE 90aec58cf5 初始化 пре 3 година
README.md 90aec58cf5 初始化 пре 3 година
index.js 90aec58cf5 初始化 пре 3 година
package.json 90aec58cf5 初始化 пре 3 година

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