aureooms-js-collections-namedtupledeprecated

Python's namedtuple data structure for JavaScript

Usage no npm install needed!

<script type="module">
  import aureoomsJsCollectionsNamedtuple from 'https://cdn.skypack.dev/aureooms-js-collections-namedtuple';
</script>

README

js-collections-namedtuple

Python's namedtuple data structure for JavaScript. Parent is js-collections.

let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;

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