Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 3.92 KB

README.md

File metadata and controls

51 lines (43 loc) · 3.92 KB

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.

import {
	set , dict ,
	namedtuple ,
	deque ,
	defaultdict ,
	ordereddict ,
	counter ,
	chainmap
} from '@aureooms/js-collections' ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

👶 Children

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