Contains type declarations that are used in Warcraft III for writing LUA scripts (1.26)
npm install luacraft-1.26sh
npm install -D luacraft-1.26
`
You also need to include a type definition in tsconfig.json:
`diff
{
"compilerOptions": {
+ "types": ["luacraft-1.26/all"]
}
}
`
If you wish, you can include individual types, which are located on the types` path