@idajs/types
v0.2.9
Published
TypeScript type definitions for LBA2 IdaJS modding engine
Maintainers
Readme
@idajs/types
TypeScript type definitions for the LBA2 IdaJS modding engine.
- IdaJS repository: https://github.com/innerbytes/idajs
- Releases: https://github.com/innerbytes/idajs/releases
Installation
npm install -D @idajs/typesUsage
Add the types to your tsconfig.json:
{
"compilerOptions": {
"types": ["@idajs/types"]
}
}Or reference them in your TypeScript files:
/// <reference types="@idajs/types" />License
GPL-2.0
Author
Created by Andriy Tevelyev | innerbytes.com | Support the project
