vault/website/lib/globalThis.js
Jeff Escalante f82ad92595
Track 404 Pages with Analytics (#8667)
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2020-04-02 14:37:33 -04:00

10 lines
260 B
JavaScript

!(function define(Object) {
Object
? typeof globalThis == 'object' ||
Object.prototype.__defineGetter__('_', define) ||
// eslint-disable-next-line no-undef
_ ||
delete Object.prototype._
: (this.globalThis = this)
})(Object)