2.13.1 • Published 3 years ago

lua-types v2.13.1

Weekly downloads
290
License
MIT
Repository
github
Last release
3 years ago

Lua Types

npm Travis

TypeScript definitions for Lua standard library

Installation

NOTE: In most of cases your environment-specific types would already include this package. In that case you don't need to do anything. If you're a developer of such types you should add lua-types as a dependency and load it by adding /// <reference types="lua-types/<version>" />

  1. Get this package from npm
yarn add -D lua-types
# or
npm install -D lua-types
  1. Modify your tsconfig.json
{
  "compilerOptions": {
+    "types": ["lua-types/<version>"]
  }
}

Where <version> is one of:

  • 5.1
  • 5.2
  • 5.3
  • 5.4
  • jit

NOTE: All other files in this module shouldn't be considered public. Do not import them manually, as they may change in non-major updates. If your environment doesn't provide all of standard Lua features, consider banning them with a no-restricted-globals eslint rule.

2.13.1

3 years ago

2.13.0-beta.0

3 years ago

2.13.0

3 years ago

2.12.1

3 years ago

2.12.2

3 years ago

2.12.0

3 years ago

2.11.0

4 years ago

2.10.1

4 years ago

2.10.0

4 years ago

2.9.1

4 years ago

2.8.0

5 years ago

2.7.0

5 years ago

2.6.2

6 years ago

2.6.1

6 years ago

2.6.0

6 years ago

2.5.2

6 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago