Test if an object has a specified property.
Detect native Uint16Array support.
Detect native Float64Array support.
Test if an object's own property is enumerable.
Detect native Symbol.toStringTag support.
Detect native Uint32Array support.
Detect native Uint8Array support.
Detect native Symbol support.
Detect native Float32Array support.
Detect native Buffer support.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Test if an object has a specified property, either own or inherited.
Detect native generator function support.
A robust, ES3 compatible, "has own property" predicate.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byteLength out of a DataView, robustly.
Get the byteOffset out of a DataView, robustly.
Test if an object has a specified method name, either own or inherited.
Detect native function name support.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Detect native Uint8ClampedArray support.
Check if an environment is little endian.
Test if a value is a Uint16Array.