UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

5 lines (4 loc) 105 B
module.exports = function now() { var time = process.hrtime() return time[0] * 1e3 + time[1] / 1e6 }