Socket
Socket
Sign inDemoInstall

typedata

Package Overview
Dependencies
1
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    typedata

A bundle of data collections in TypeScript


Version published
Weekly downloads
48
decreased by-2.04%
Maintainers
1
Install size
1.41 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 31 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc