Return a function which tests if every element in an array passes a test condition.
Return a function which tests if every element in an array-like object passes a test condition.
Test if a value is an array.
Test if a value is an object.
Test if a value is a function.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Is this value a JS ArrayBuffer?
Test if a value is a Float32Array.
Test if a value is a Uint32Array.
Test if a value is a Float64Array.
Is this value a JS SharedArrayBuffer?
Test if a value is an array-like object.
Standard assertion utilities.
Test if a value is an array of strings.
Test if a value is array-like.
Detect native Uint16Array support.
Check if an environment is little endian.
Detect native Float64Array support.
Detect native generator function support.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is a Complex64Array.
Test if a value is a number.
Test if a value is a Complex128Array.