Detect native Symbol.toStringTag support.
Hook and modify stdout and stderr
Detect native Uint16Array support.
Detect native Float64Array support.
Check if an environment is big endian.
Detect native Float32Array support.
Test if a double-precision floating-point numeric value is NaN.
Robustly set the [[Prototype]] of an object
Detect native Uint32Array support.
Test if a value is an array.
Detect native Uint8Array support.
Do things in development and nothing otherwise
Test if an object has a specified property.
Detect native Symbol support.
Test if a value is a string.
Test if a value is a number.
Test if a value is a Float32Array.
Test if a value is a boolean.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Test if a value is object-like.