UNPKG

@nearform/doctor

Version:
14 lines (12 loc) 246 B
'use strict' function systemInfo () { return { clock: { hrtime: process.hrtime(), unixtime: Date.now() }, nodeVersions: process.versions, toolVersion: require('../package').version } } module.exports = systemInfo