chaosdc/node_modules/humanize-ms
root 934816dd37 first commit 2026-03-09 23:30:47 +01:00
..
History.md first commit 2026-03-09 23:30:47 +01:00
LICENSE first commit 2026-03-09 23:30:47 +01:00
README.md first commit 2026-03-09 23:30:47 +01:00
index.js first commit 2026-03-09 23:30:47 +01:00
package.json first commit 2026-03-09 23:30:47 +01: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