39 packages found
Composable helpers for Ember
A collection of utility functions I find myself needing across multiple projects
- random string
- generate random string
- random string generator
- group-by
- group by
- group by multiple keys
- group-by multiple keys
- mobile number formatter
- format mobile number
Group values as arrays associated with distinct keys.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- aggregate
- summarize
- partition
- split
- View more
Group values according to an indicator function and return group counts.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- count
- count-by
- aggregate
- partition
- View more
Split values into two groups according to a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- bifurcate
- bifurcation
- asynchronous
- async
- View more
Group values according to an indicator function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- async
- asynchronous
- aggregate
- partition
- View more
Group values according to an indicator function and return group counts.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- count
- count-by
- aggregate
- partition
- View more
Group values according to an indicator function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- aggregate
- partition
- summarize
- split
- View more
Split values into two groups according to a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- bifurcate
- bifurcation
- aggregate
- partition
- View more
Group an object's own property values according to an indicator function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- aggregate
- partition
- split
- object
- View more
Split an object's own property values into two groups according to a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- bifurcate
- bifurcation
- aggregate
- partition
- View more
Group an object's own and inherited property values according to an indicator function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- aggregate
- partition
- split
- object
- View more
Split an object's own and inherited property values into two groups according to a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- group
- groupby
- group-by
- bifurcate
- bifurcation
- aggregate
- partition
- View more
Groups an array/object by property values or callback
Groups an array/object by property values or callback with support for additional metadata
Group array of json based on associated properties.
Lightweight transducer implementations for ES6 / TypeScript
Takes an array and returns an object with values grouped into arrays by passing each value to `getKey` to determine to which group the value belongs.
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
- linq
- iterator
- iterators
- iterable
- iterables
- enumerable
- es2015
- filter
- map
- select
- reduce
- aggregate
- where
- order by
- View more
Turn an array of values into an object by using a function to determine the key an item belongs to and a function to determine how an item is grouped under that key.