@algoraven/idl
v0.0.527
Published
[<img src="https://badge.fury.io/js/%40algoraven%2Fidl.svg" />](https://www.npmjs.com/package/@algoraven/idl)
Readme
idl
Collection of models and functions for use across AlgoRaven services and libraries.
Contribution
Steps for contributing:
- Create a feature branch
- Push your code to your feature branch
- Create a Pull Request on GitHub
Usage
Install:
yarn add @algoraven/idlImport as follows.
import { ... } from '@algoraven/idl'`
Common Issues
Cannot find module '@algoraven/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 '../..'
