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