Test if a value is a boolean.
Test if a value is a string.
Test if a value is a Buffer object.
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Test if a value is a function.
Test if a value is a plain object.
Detect native Symbol.toStringTag support.
Detect native Float32Array support.
Is this value a JS ArrayBuffer?
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Test if an object has a specified property.
Detect native Uint32Array support.
Detect native Symbol support.
Test if a finite numeric value is an odd number.
Detect native Buffer support.
Test if a finite numeric value is an even number.
Test if a finite double-precision floating-point number is an integer.
Test if a double-precision floating-point numeric value is positive zero.
Detect native generator function support.
Test if a double-precision floating-point numeric value is negative zero.
Test if a value is a Uint8ClampedArray.
Test if a single-precision floating-point numeric value is finite.
Test if a value is an Int16Array.