60 packages
@micro-js/array-equal
Check if two arrays have shallow equality
@micro-js/array-to-promise
Convert array to a promise.
@micro-js/as-array
Ensure a value is an array. If it's a scalar, return ne.
@micro-js/assign
Assign properties from source to target.
@micro-js/clone-date
Clone a date object
@micro-js/clone-obj
Shallow clone an object
@micro-js/clone-shallow
Create a shallow clone of an object or array
@micro-js/combine-reducers
Combines an object of reducers
@micro-js/compose-reducers
Compose two or more reducers
@micro-js/concat
Functional version of Array.prototype.concat
@micro-js/cookies-enabled
Check whether or not cookies are enabled
@micro-js/create-action
Action creator creator for flux standard actions
@micro-js/curry
Simple curry function.
@micro-js/curry-all
Curry all of the functions in an object
@micro-js/curry-once
Simple curry function. Just curries once.
@micro-js/evaluates
Check if syntax is supported.
@micro-js/filter
Filter for various data types.
@micro-js/filter-array
Functional, data-first array filter. Should also be faster than the native Array.prototype.filter
@micro-js/filter-obj
Functional, data-last object filter.
@micro-js/flatten-gen
Flatten a generator.
@micro-js/foreach
Fast for each.
@micro-js/gen-to-promise
Convert generator to promise.
@micro-js/get-prop
Get nested property from object.
@micro-js/handle-actions
Compose a reducer from a map of action handlers
@micro-js/identity
The identity function.