expression-sandbox
expression-sandbox copied to clipboard
more constructors
Here's a more complete list of standard constructors for you:
const constructors = [
Array,
ArrayBuffer,
Boolean,
Date,
Error,
EvalError,
Float32Array,
Float64Array,
Function,
Int8Array,
Int16Array,
Int32Array,
Map,
Number,
Object,
RangeError,
ReferenceError,
RegExp,
Set,
String,
SyntaxError,
TypeError,
Uint8Array,
Uint8ClampedArray,
Uint16Array,
Uint32Array,
URIError,
WeakMap,
WeakSet
];