Skip to content

TypeScript declarations for the World of Warcraft API (WIP)

Notifications You must be signed in to change notification settings

martinjlowm/types-wow-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript declarations for the World of Warcraft API

May be used together with https://github.com/TypeScriptToLua/TypeScriptToLua to transpile to Lua.

Add @types/wow-api to tsconfig.json:

{
  "compilerOptions": {
    ...
    "types": ["lua-types/5.3", "@types/wow-api"],
  }
}

About

TypeScript declarations for the World of Warcraft API (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published