npm.io
3.0.0 • Published 9 years ago

aureooms-js-collections

Licence
AGPL-3.0
Version
3.0.0
Deps
9
Vulns
0
Weekly
0
Stars
5
DeprecatedThis package is deprecated

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:

Keywords