recognize-instances.const.ts
const RECOGNIZE_INSTANCES = [
Array,
ArrayBuffer,
Boolean,
DataView,
Date,
Error,
EvalError,
Float32Array,
Float64Array,
Function,
Int16Array,
Int32Array,
Int8Array,
Map,
Number,
Object,
Promise,
RangeError,
ReferenceError,
RegExp,
Set,
Storage,
String,
SyntaxError,
TypeError,
URIError,
Uint16Array,
Uint32Array,
Uint8Array,
Uint8ClampedArray,
WeakMap,
WeakSet
];