liyongli 90aec58cf5 初始化 hace 3 años
..
History.md 90aec58cf5 初始化 hace 3 años
LICENSE 90aec58cf5 初始化 hace 3 años
README.md 90aec58cf5 初始化 hace 3 años
index.js 90aec58cf5 初始化 hace 3 años
package.json 90aec58cf5 初始化 hace 3 años

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