1.0.1 • Published 3 years ago

@jswork/next-tally v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

next-tally

Which group and count elements of the collection.

version license size download

installation

npm install -S @jswork/next-tally

usage

import '@jswork/next-tally';


nx.tally([null, undefined, false, true, true, null, true, 1]);
// { '1': 1, null: 2, undefined: 1, false: 1, true: 3 }

resources

license

Code released under the MIT license.