Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@aureooms/js-collections

aureooms25AGPL-3.04.0.0

Python's collections library for JavaScript

collection, collections, count, counter, defaultdict, dict, hash, javascript, js, list, map, ordereddict, set

readme

@aureooms/js-collections

Python's collections library for JavaScript. See docs. Parent is @aureooms/js-data-structures.

JavaScript version of Python's collections library together with some of Python's built-in data structures.

let {
    set , dict ,
    namedtuple ,
    deque ,
    defaultdict ,
    ordereddict ,
    counter ,
    chainmap
} = collections ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Children

The implementation of this package is split over several children packages: