Revive a JSON-serialized error object.
Split an object's own and inherited property values into two groups according to a predicate function.
Return an array of an object's own and inherited writable symbol properties.
Test if an object's own property is configurable.
Test whether an unsigned integer is a power of 2.
Return an array of an object's inherited enumerable and non-enumerable property names.
Test if a value is an infinite number.
Return a string giving the literal bit representation of a double-precision floating-point number.
Test if a double-precision floating-point numeric value is NaN.
Test if a value is an array-like object containing only finite numbers.
Test whether all iterated values are truthy.
Test if a value is an array.
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
Test if a value is ndarray-like.
Broadcast an ndarray to a specified shape.
Transform stream which joins streamed data.
Get a nested property value.
Test if a value is a relative path.
Test whether a string contains only hexadecimal digits.
Determine the number of seconds in a month.
Trim whitespace characters from the beginning of a string.
Map values from one object to a new object having the same keys.
Split values into two groups according to a predicate function.
Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.
Test if a value is an array-like object containing only plain objects.
Constant function.
Test if a value is truthy.
Test whether an object contains a nested key path, either own or inherited.
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Determine (nested) array dimensions.