typedata
v0.5.1
Published
A bundle of data collections in TypeScript
Maintainers
Readme
TypeData
TypeData is a collection of common data structures developed in TypeScript. It is still under development.
Structures available
- List
How to use it
Add it to your dependencies:
npm install --save typedataThen import what you need:
import { List } from 'typedata';Development
To install dependencies:
npm installTo test it:
npm testTo test it and watch modifications:
npm run test:autoContributors
Auro Mota
License
MIT License Copyright (c) 2019 Auro Mota
