auth-api/tests/node_modules/parse-ms
2021-06-23 22:30:45 +02:00
..
index.js Added some tests 2021-06-23 22:30:45 +02:00
license Added some tests 2021-06-23 22:30:45 +02:00
package.json Added some tests 2021-06-23 22:30:45 +02:00
readme.md Added some tests 2021-06-23 22:30:45 +02:00

parse-ms Build Status

Parse milliseconds into an object

Install

$ npm install --save parse-ms

Usage

parseMs(1337000001);
//=> { days: 15, hours: 11, minutes: 23, seconds: 20, milliseconds: 1 }

License

MIT © Sindre Sorhus