TypeScript type definitions for LBA2 IdaJS modding engine
npm install @idajs/typesTypeScript type definitions for the LBA2 IdaJS modding engine.
- IdaJS repository: https://github.com/innerbytes/idajs
- Releases: https://github.com/innerbytes/idajs/releases
``bash`
npm install -D @idajs/types
Add the types to your tsconfig.json:
`json`
{
"compilerOptions": {
"types": ["@idajs/types"]
}
}
Or reference them in your TypeScript files:
`typescript``
///
GPL-2.0
Created by Andriy Tevelyev | innerbytes.com | Support the project