Packages
Comaintainers
80 packages
active-activity-search
Active.com Activity Search v2 HTTP API client.
apply-or
Invoke .apply if value is a function, otherwise, return default value.
array-append-until
Add one element to the end of an array returning the new array without mutating source array.
array-concat
Returns a new array comprised of the given array's contents with the given value appended.
array.filter
Curried function deriving a new array containing items from given array for which predicate returns true. Supports unary function, RegExp, dot/bracket-notation string path, and compound query object as predicate.
array-groupby
Curried function that returns a map (object) with keys derived by applying each array element to the given identity function. The value(s) at each key will be an array of elements whose identity matches the given key.
array-head
Returns the first element of the array or `undefined` if given an empty or non-array value.
arraymap
Curried function deriving new array values by applying provided function to each item/index of provided array. Fast and compatible with modern or old browsers.
array-mapcat
Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.
assert-env
Assert that specific environment variables exist.