@unction/mergedeepright
Takes a left and right collection and recuresively combines them prefering right: merge for Object and concat for Array
Takes a left and right collection and recuresively combines them prefering right: merge for Object and concat for Array
Returns the last N of a list of ordered values
Takes a configuration, an event name, and a DOM source and returns an observable of that event type
Determines if one number is greater than another number
Replaces values in an iterable with another value based on a predicate
Takes a function that determines how to merge two conflicting values in a merge
Returns all but the last N of a list of ordered values
![Tests][BADGE_TRAVIS] ![Stability][BADGE_STABILITY] ![Dependencies][BADGE_DEPENDENCY]
Determines if the value is an enumerable and if so returns true, else false
Takes a record where the values are promises and returns a promise of that record with resolved values
Takes two iterables and merges them together, combining their values into an array
Takes a key and a keyed functor, returning the keyed functor without the key given
Returns the first item of an ordered list
Returns the value of a specific key on an iterable
Takes an Ordered Functor and returns an Ordered Functor with the same content, but in a random order
Takes a function and a list of values and recursively applies the value to the functions
Takes a marble string, an assertion, a final state callback, and a stream so that you can assert in tests how a stream will function
Takes an iterable and splits into an array of two iterables based on a predicate.
Merges a list of iterables (of the same type) into a single iterable
Merges a list of iterables (of the same type) into a single iterable