Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jesselpalmer/jadt

JavaScript Abstract Data Types
https://github.com/jesselpalmer/jadt

Last synced: 4 days ago
JSON representation

JavaScript Abstract Data Types

Awesome Lists containing this project

README

        

# jadt

JavaScript Abstract Data Types

## Installation

```
npm i jadt
```

## Tests

```
npm test
```

## Contributing

Pull requests are welcome! Please make sure that any new or changed functionality need to have unit tests accompanied with the PR. Make sure that you lint (`npm run lint`) and test your code (`npm test`).