Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 339 Bytes

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).