Test if a value is a Uint8Array.
Robustly get the length of a Typed Array
Test if a double-precision floating-point numeric value is infinite.
Test if a value is a regular expression.
Detect native Symbol.toStringTag support.
Test if a value is a regular expression string.
Detect native Float32Array support.
Detect native Uint32Array support.
Test if an object has a specified property.
Detect native Float64Array support.
Detect native Symbol support.
Detect native Uint8Array support.
Return a function which tests if every element in an array passes a test condition.
A robust, ES3 compatible, "has own property" predicate.
Detect native Buffer support.
Which kind of boxed JS primitive is this?
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Test if a finite numeric value is an odd number.
Test if a finite double-precision floating-point number is an integer.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Test if a double-precision floating-point numeric value is negative zero.
`Object.defineProperty`, but not IE 8's broken one.