@susp3nse/awful-wow-declarations
v10.0.7-dev.1
Published
Typescript declarations for the Retail World of Warcraft LUA API For Awful Framework
Downloads
376
Readme
Typescript declarations for the Retail World of Warcraft LUA API for Awful Framework
WoW Classic developers should use the wow-classic-declarations repository.
DragonFlight
Updates for the DragonFlight expansion are currently in development.
Supported transpilers for LUA targets:
- TypescriptToLua GitHub-Page
Setup
Please add the awful-wow-declarations path to your tsconfig.json
compiler options like below:
{
"compilerOptions": {
// ...
"typeRoots": ["@types", "@susp3nse/awful-wow-declarations"]
}
}
Disclaimer
This was forked from wow-declarations.
I'm retro fitting this to work better with the awful framework and awful-types.
Majority of the code was written by wartoshika. If needed I'll make required changes if the author finds that I have wrongly used the code above.