mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-01 23:51:45 +01:00
10 lines
260 B
JavaScript
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)
|