just-map-keys
map an object, predicate updates keys, receives (value, key, object)
Updated by @angus-c
just-zip-it
returns an array of grouped elements, taking n-th element from every given array
Updated by @angus-c
just-flush
returns a copy of an array or object with null/undefined members removed
Updated by @angus-c
just-partition
Elements satisfying predicate added to first array, remainder added to second
Updated by @angus-c