UNPKG

isomorphic-performance

Version:

Isomorphic Performance API for Node, Browser & React Native

7 lines (5 loc) 166 B
const g = typeof globalThis === 'undefined' ? window : globalThis; module.exports = { PerformanceObserver: g.PerformanceObserver, performance: g.performance, };