typedata
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

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

Package Sidebar

Install

npm i typedata

Weekly Downloads

43

Version

0.5.1

License

MIT

Unpacked Size

62.1 kB

Total Files

27

Last publish

Collaborators

  • auromota