UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

8 lines (7 loc) 174 B
module.exports = global.performance && global.performance.now ? function now() { return performance.now() } : Date.now || function now() { return +new Date }