luacraft-1.26

1.0.17 • Public • Published

luacraft 1.26

TypeScript definitions for Lua mod for Warcraft III 1.26. Provides declarations of native functions, functions from blizzard.j, constants.

Installation

Luacraft is distributed via npm. To connect it to the project - you need to initialize the project and then add the dependency to it by running the following command:

npm install -D luacraft-1.26

You also need to include a type definition in tsconfig.json:

{
  "compilerOptions": {
+    "types": ["luacraft-1.26/all"]
  }
}

If you wish, you can include individual types, which are located on the types path

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.17
    1
    • latest

Version History

Package Sidebar

Install

npm i luacraft-1.26

Weekly Downloads

1

Version

1.0.17

License

MIT

Unpacked Size

461 kB

Total Files

16

Last publish

Collaborators

  • kokomi