This package has been deprecated

Author message:

WARNING: This project has been renamed to @aureooms/js-collections.

aureooms-js-collections

3.0.0 • Public • Published

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:

Package Sidebar

Install

npm i aureooms-js-collections

Weekly Downloads

5

Version

3.0.0

License

AGPL-3.0

Last publish

Collaborators

  • aureooms