self
Module
getter self: GlobalThisValue;
CommonJS entry points
core-js(-pure)/stable|actual|full/self
Examples
// eslint-disable-next-line no-restricted-globals -- example
self.Array === Array; // => true
self
getter self: GlobalThisValue;
core-js(-pure)/stable|actual|full/self
// eslint-disable-next-line no-restricted-globals -- example
self.Array === Array; // => true