aureooms-js-collections

Python's collections library for JavaScript


Keywords
collection, collections, count, counter, defaultdict, dict, hash, javascript, js, list, map, ordereddict, set, agpl, computer-science, data-structures
License
AGPL-3.0
Install
npm install aureooms-js-collections@3.0.0

Documentation

js-collections

Python's collections library for JavaScript. Parent is 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 ;

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Children

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