Efficient, clear, well tested and documented TypeScript data structures
!Azure DevOps builds
!Azure DevOps tests
!Azure DevOps coverage
Efficient, clear, well tested and documented TypeScript data structures
- Documentation root
- Performance tests
Run npm i @webcobra/structures or yarn add @webcobra/structures for yarn users
> Note: You can always directly use compiled files
Please, check individual structure for usage notes/examples
- Doubly linked list
- MessageChain
Pull sources, then install dependencies:yarn install
Run unit tests:yarn test
Build library and generate docs + changesets:yarn build