0.0.526 • Published 2 years ago

@marsupialtail/idl v0.0.526

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

idl

Collection of models and functions for use across AlgoRaven services and libraries.

Contribution

Steps for contributing: 1. Create a feature branch 2. Push your code to your feature branch 3. Create a Pull Request on GitHub

Usage

  1. Install: yarn add @marsupialtail/idl

  2. Import as follows.

    import { ... } from '@marsupialtail/idl'`

Common Issues

Cannot find module '@marsupialtail/idl' or its corresponding type declarations.

  • You're trying to import a definition from this repo's NPM package. Just import the definition locally: import { ... } from '../..'