federation/gateway/node_modules/humanize-ms
2020-11-14 16:43:58 +01:00
..
History.md demo project 2020-11-14 16:43:58 +01:00
index.js demo project 2020-11-14 16:43:58 +01:00
LICENSE demo project 2020-11-14 16:43:58 +01:00
package.json demo project 2020-11-14 16:43:58 +01:00
README.md demo project 2020-11-14 16:43:58 +01: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