$ cnpm install convert-hrtime
Convert the result of
process.hrtime()
to seconds, milliseconds, nanoseconds
$ npm install convert-hrtime
const convertHrtime = require('convert-hrtime');
convertHrtime(process.hrtime(process.hrtime()));
//=> {seconds: 0.000002399, milliseconds: 0.002399, nanoseconds: 2399}
MIT © Sindre Sorhus
Copyright 2013 - present © cnpmjs.org