Test if a value is a boolean.
Test if a value is object-like.
Detect native Uint8Array support.
Detect native Symbol support.
Detect native Float64Array support.
Create a zero-filled generic array.
Create a filled generic array.
Test if a value is a string.
Test if a value is a plain object.
Test if a value is a number.
Test if a value is a typed array.
Test if a value is a complex typed array.
Test if a value is a function.
Test if a value is a regular expression.
Tokenize a string into an array of string parts and format identifier objects.
Test if a value is array-like.
Test if a value is a regular expression string.
Standard assertion utilities.
Detect native Buffer support.
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
Test if an input value is a supported array data type.
Assert that a Node-API value is a Node-API typed array.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
Is this value a JS SharedArrayBuffer?