H5-ThreeDoorder/node_modules/humanize-ms
whitechiina 361f444663 updata 2025-03-28 14:06:25 +08:00
..
History.md updata 2025-03-28 14:06:25 +08:00
LICENSE updata 2025-03-28 14:06:25 +08:00
README.md updata 2025-03-28 14:06:25 +08:00
index.js updata 2025-03-28 14:06:25 +08:00
package.json updata 2025-03-28 14:06:25 +08:00

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