Python's collections library for JavaScript
npm install @aureooms/js-collectionsPython'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.
``js``
let {
set , dict ,
namedtuple ,
deque ,
defaultdict ,
ordereddict ,
counter ,
chainmap
} = collections ;













- @aureooms/js-collections-chainmap
- @aureooms/js-collections-counter
- @aureooms/js-collections-defaultdict
- @aureooms/js-collections-deque
- @aureooms/js-collections-dict
- @aureooms/js-collections-namedtuple
- @aureooms/js-collections-ordereddict
- @aureooms/js-collections-set