Unit_AI/node_modules/humanize-ms
2024-06-01 16:24:36 -04:00
..
History.md Initial commit 2024-06-01 16:24:36 -04:00
index.js Initial commit 2024-06-01 16:24:36 -04:00
LICENSE Initial commit 2024-06-01 16:24:36 -04:00
package.json Initial commit 2024-06-01 16:24:36 -04:00
README.md Initial commit 2024-06-01 16:24:36 -04:00

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