Licence
AGPL-3.0
Version
3.0.0
Deps
2
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
js-collections-namedtuple
Python's namedtuple data structure for JavaScript. Parent is js-collections.
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;
Python's namedtuple data structure for JavaScript. Parent is js-collections.
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;