Type Alias RegularIntrinsicRcord

RegularIntrinsicRcord: {
    Array.from: typeof Array.from;
    Array.of: typeof Array.of;
    Array.prototype.concat: typeof Array.prototype.concat;
    Array.prototype.fill: typeof Array.prototype.fill;
    Array.prototype.flat: typeof Array.prototype.flat;
    Array.prototype.includes: typeof Array.prototype.includes;
    Array.prototype.push: typeof Array.prototype.push;
    Array.prototype.slice: typeof Array.prototype.slice;
    Array.prototype.values: typeof Array.prototype.values;
    eval: typeof eval;
    Function: typeof Function;
    Function.prototype: typeof Function.prototype;
    globalThis: typeof globalThis;
    Map: typeof Map;
    Map.prototype.get: typeof Map.prototype.get;
    Map.prototype.has: typeof Map.prototype.has;
    Map.prototype.set: typeof Map.prototype.set;
    Number: typeof Number;
    Number.NEGATIVE_INFINITY: typeof Number.NEGATIVE_INFINITY;
    Number.POSITIVE_INFINITY: typeof Number.POSITIVE_INFINITY;
    Object: typeof Object;
    Object.assign: typeof Object.assign;
    Object.create: typeof Object.create;
    Object.defineProperty: typeof Object.defineProperty;
    Object.freeze: typeof Object.freeze;
    Object.hasOwn: typeof Object.prototype.hasOwnProperty;
    Object.keys: typeof Object.keys;
    Object.preventExtensions: typeof Object.preventExtensions;
    Object.prototype: typeof Object.prototype;
    Object.setPrototypeOf: typeof Object.setPrototypeOf;
    Proxy: typeof Proxy;
    ReferenceError: typeof ReferenceError;
    Reflect.apply: typeof Reflect.apply;
    Reflect.construct: typeof Reflect.construct;
    Reflect.defineProperty: typeof Reflect.defineProperty;
    Reflect.deleteProperty: typeof Reflect.deleteProperty;
    Reflect.get: typeof Reflect.get;
    Reflect.getOwnPropertyDescriptor: typeof Reflect.getOwnPropertyDescriptor;
    Reflect.getPrototypeOf: typeof Reflect.getPrototypeOf;
    Reflect.has: typeof Reflect.has;
    Reflect.isExtensible: typeof Reflect.isExtensible;
    Reflect.ownKeys: typeof Reflect.ownKeys;
    Reflect.preventExtensions: typeof Reflect.preventExtensions;
    Reflect.set: typeof Reflect.set;
    Reflect.setPrototypeOf: typeof Reflect.setPrototypeOf;
    Reflect.setProtoypeOf: typeof Reflect.setPrototypeOf;
    RegExp: typeof RegExp;
    String: typeof String;
    String.prototype.concat: typeof String.prototype.concat;
    Symbol: typeof Symbol;
    Symbol.asyncIterator: typeof Symbol.asyncIterator;
    Symbol.isConcatSpreadable: typeof Symbol.isConcatSpreadable;
    Symbol.iterator: typeof Symbol.iterator;
    Symbol.toStringTag: typeof Symbol.toStringTag;
    Symbol.unscopables: typeof Symbol.unscopables;
    SyntaxError: typeof SyntaxError;
    TypeError: typeof TypeError;
    undefined: typeof undefined;
    WeakMap: typeof WeakMap;
    WeakMap.prototype.get: typeof WeakMap.prototype.get;
    WeakMap.prototype.has: typeof WeakMap.prototype.has;
    WeakMap.prototype.set: typeof WeakMap.prototype.set;
    WeakSet: typeof WeakSet;
    WeakSet.prototype.add: typeof WeakSet.prototype.add;
    WeakSet.prototype.has: typeof WeakSet.prototype.has;
}