@stdlib/utils-deep-get
Get a nested property value.
Get a nested property value.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Doubly linked list.
Standard utilities for working with data formatted as delimiter-separated values (DSV).
Transform a function into a sequence of functions each accepting a single argument.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Return an array of an object's own and inherited enumerable property names and symbols.
First-in-first-out (FIFO) queue.
Create a function that invokes a provided function according to a predicate function.
Find elements in an array-like object that satisfy a test condition.
Flatten an array.
Flatten an object.
Invoke a function for each element in a collection.
Invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each own and inherited enumerable property of an object.
Invoke a function for each own enumerable property of an object.
Identity function.
If a condition is truthy, return `x`; otherwise, return `y`.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
Return the first index at which a given element can be found.