UNPKG

@grafana/faro-core

Version:
9 lines 356 B
// This does not uses isUndefined method because it will throw an error in non-browser environments export const globalObject = (typeof globalThis !== 'undefined' ? globalThis : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : undefined); //# sourceMappingURL=globalObject.js.map