Detect native Buffer support.
Test if a value is a Buffer object.
Detect native Uint16Array support.
Detect native Float64Array support.
Detect native Uint32Array support.
Get the ArrayBuffer out of a TypedArray, robustly.
Detect native Symbol.toStringTag support.
Detect native Float32Array support.
Detect native Uint8Array support.
Detect native Symbol support.
Get the ArrayBuffer out of a DataView, robustly.
Test if an object has a specified property.
Detect native generator function support.
Detect native Uint8ClampedArray support.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Detect native Symbol.toPrimitive support.
Detect native Int32Array support.
Detect native Int16Array support.
Detect native Int8Array support.
Detect native Symbol.iterator support.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Check if an environment is little endian.
Test if a value is a Uint16Array.