Return a string giving the literal bit representation of a double-precision floating-point number.
Test if a value is an infinite number.
Return an array of an object's inherited enumerable and non-enumerable property names.
Test whether an unsigned integer is a power of 2.
Test if an object's own property is configurable.
Return an array of an object's own and inherited writable symbol properties.
Split an object's own and inherited property values into two groups according to a predicate function.
Revive a JSON-serialized error object.
Test if a value is an array containing a circular reference.
Return a string giving the literal bit representation of an unsigned 8-bit integer.
Standard library basic mathematical assertion utilities.
Standard library assertion utility tools.
Create a double-precision floating-point number from a literal bit representation.
Create an unsigned 32-bit integer from a literal bit representation.
Create (or fill) an array from an iterator.
Test if a value is a URIError object.
Return the number of non-singleton dimensions.
Test if a value is a boolean.
Remove a UTF-8 byte order mark (BOM) from the beginning of a string.
Test if a value is a URI.
Transform a curried function into a function invoked with multiple arguments.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Test if a value is array-like.
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
Create an iterator which both filters and maps the values of another iterator.
Return a directory name.
Create an iterator pipeline.
If a condition is truthy, return `x`; otherwise, return `y`.
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.