1.0.0 • Published 6 years ago

transform-ms v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

transform-ms

Install

npm install --save transform-ms

covert millseconds to an object

const ms = require('transform-ms');
console.log(ms(198866545)); // { days: 2, hours: 7, minutes: 14, millseconds: 545 }
1.0.0

6 years ago