https://github.com/make-github-pseudonymous-again/js-collections-namedtuple
:bookmark: Python's namedtuple data structure for JavaScript
https://github.com/make-github-pseudonymous-again/js-collections-namedtuple
agpl collections data-structures javascript namedtuple
Last synced: 2 months ago
JSON representation
:bookmark: Python's namedtuple data structure for JavaScript
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/js-collections-namedtuple
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2016-11-14T16:59:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:33:10.000Z (over 2 years ago)
- Last Synced: 2024-10-02T09:06:31.599Z (8 months ago)
- Topics: agpl, collections, data-structures, javascript, namedtuple
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-collections-namedtuple
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[@aureooms/js-collections-namedtuple](https://make-github-pseudonymous-again.github.io/js-collections-namedtuple)
==Python's namedtuple data structure for JavaScript. Parent is
[@aureooms/js-collections](https://github.com/make-github-pseudonymous-again/js-collections).```js
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;
```[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-collections-namedtuple/master/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-collections-namedtuple)
[](https://travis-ci.org/make-github-pseudonymous-again/js-collections-namedtuple/branches)
[](https://david-dm.org/make-github-pseudonymous-again/js-collections-namedtuple)
[](https://david-dm.org/make-github-pseudonymous-again/js-collections-namedtuple?type=dev)
[](https://github.com/make-github-pseudonymous-again/js-collections-namedtuple/issues)
[](https://www.npmjs.org/package/@aureooms/js-collections-namedtuple)[](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-namedtuple/issues)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-namedtuple/trends/churn)
[](https://codecov.io/gh/make-github-pseudonymous-again/js-collections-namedtuple)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-namedtuple/trends/technical_debt)
[](https://make-github-pseudonymous-again.github.io/js-collections-namedtuple//source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-collections-namedtuple)