Showing 1-20 of 136 packages
The entirety of all unction fucntions
Returns the last N of a list of ordered values
Takes many event names and returns an observable of those events
Replaces values in an iterable with another value based on a predicate
Return resolved and rejected promises as two arrays
Given a set of promises only return the resolved promises
Reduce over a iterable's values
Returns all but the last item in an ordered list
Takes a list of folders and an array of records and turns it into a tree
Reduce over a iterable's keys
Splits up a string by a delimiter
Takes two iterables and merges them together, combining their values into an array
Returns a random member from a array or string
Takes a tree and creates a single object where the root keys are conjoined nested keys
Takes an iterable and returns it's values
Returns a random number of members from a array or string
Takes an array of arrays (pairs) and returns the keys
Takes a function that determines how to merge two conflicting values in a merge
Takes an iterable and splits into an array of two iterables based on a predicate.
Takes a value and turns it into an array of that value, unless the value is already an array