Skip to content

auromota/typedata

Repository files navigation

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 typedata

Then import what you need:

import { List } from 'typedata';

Development

To install dependencies:

npm install

To test it:

npm test

To test it and watch modifications:

npm run test:auto

Contributors

Auro Mota

License

MIT License Copyright (c) 2019 Auro Mota

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published