@idajs/types
v0.1.43
Published
TypeScript type definitions for LBA2 IdaJS modding engine
Maintainers
Readme
@idajs/types
TypeScript type definitions for the LBA2 IdaJS modding engine.
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
