@stdlib/utils-count-by
Group values according to an indicator function and return group counts.
Group values according to an indicator function and return group counts.
Group values as arrays associated with distinct keys.
Group values according to an indicator function.
Group an object's own and inherited property values according to an indicator function.
Group an object's own property values according to an indicator function.
Split values into two groups according to a predicate function.
Split an object's own and inherited property values into two groups according to a predicate function.
Split an object's own property values into two groups according to a predicate function.
Group values according to an indicator function.
Group values according to an indicator function and return group counts.
A collection of utility functions I find myself needing across multiple projects
A modern CLI tool to organize files in a directory.
A type-safe groupBy function for TypeScript
Creates an object composed of keys generated from the results of running each element of collection thru iteratee.
Functions to group data by a key or multiple keys.