npm version Build Status

Typescript declarations for the current live World of Warcraft LUA API

Supported transpilers for LUA targets:

Setup

Please add the wow-declarations path to your tsconfig.json compiler options like below:

{
    "compilerOptions": {
        // ...
        "typeRoots": [
            "./node_modules/@types",
            "./node_modules/@wartoshika/wow-declarations"
        ]
    }
}

Contribution

If you want to contribute, please provide a pull request and ensure that you linted your changes with npm run lint or try to autofix the errors with npm run lint:fix. I appreciate your help!

Description
No description provided
Readme MIT 468 KiB
Languages
TypeScript 100%