@aureooms/js-collections
v4.0.0
Published
Python's collections library for JavaScript
Downloads
9
Maintainers
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 ;
Children
The implementation of this package is split over several children packages: