You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> NOTE: In most of cases your environment-specific types would already include this package. In that
11
-
> case you don't need to do anything. If you're a developer of such types you should add `lua-types`
12
-
> as a dependency and load it by adding `/// <reference types="lua-types/version" />`
9
+
> 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" />`
13
10
14
11
1. Get this package from npm
15
12
@@ -38,7 +35,4 @@ Currently supported versions are:
38
35
-`5.4`
39
36
-`jit`
40
37
41
-
> NOTE: All other files in this module shouldn't be considered public. Do not import them manually,
42
-
> as they may change in non-major updates. If your environment doesn't provide all of standard Lua
> 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](https://eslint.org/docs/rules/no-restricted-globals) eslint rule.
0 commit comments