kaka cc403a83fd 热更功能跑通 %!s(int64=5) %!d(string=hai) anos
..
History.md cc403a83fd 热更功能跑通 %!s(int64=5) %!d(string=hai) anos
LICENSE cc403a83fd 热更功能跑通 %!s(int64=5) %!d(string=hai) anos
README.md cc403a83fd 热更功能跑通 %!s(int64=5) %!d(string=hai) anos
index.js cc403a83fd 热更功能跑通 %!s(int64=5) %!d(string=hai) anos
package.json cc403a83fd 热更功能跑通 %!s(int64=5) %!d(string=hai) anos

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