Detect native Float64Array support.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Detect native Uint32Array support.
Test if a value is a Complex128Array.
Detect native Symbol support.
Detect native Buffer support.
Generate string from a token array by interpolating values.
Test if a finite numeric value is an odd number.
Test if a finite double-precision floating-point number is an integer.
Test if a double-precision floating-point numeric value is negative zero.
Test if a double-precision floating-point numeric value is positive zero.
Test if a finite numeric value is an even number.
Test whether two values are equal data types.
Test if two arrays have the same values.
Test if an array contains a provided search value.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Test if a value is an object.
Test if a value is a Float32Array.
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Detect native generator function support.
What is the type of this builtin JS value?
Test if a single-precision floating-point numeric value is NaN.