Comparing version 2.5.0 to 2.5.1
@@ -98,4 +98,2 @@ // Based on https://www.lua.org/manual/5.3/manual.html#6.8 | ||
type FileReadFormat = 'n' | 'a' | 'l' | 'L' | number; | ||
interface LuaFile { | ||
@@ -102,0 +100,0 @@ /** |
{ | ||
"name": "lua-types", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "TypeScript definitions for Lua standard library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -74,1 +74,3 @@ /** @noSelfInFile */ | ||
} | ||
type FileReadFormat = '*n' | '*a' | '*l' | number; |
import './5.2-only'; | ||
import './5.2-or-jit'; | ||
import './5.2-plus'; | ||
@@ -3,0 +4,0 @@ import './5.2-plus-or-jit'; |
@@ -173,1 +173,3 @@ /** @noSelfInFile */ | ||
} | ||
type FileReadFormat = 'n' | 'a' | 'l' | 'L' | number; |
import './5.1-or-jit'; | ||
import './5.2-or-jit'; | ||
import './5.2-plus-or-jit'; | ||
@@ -3,0 +4,0 @@ import './5.3-pre'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118278
35
2019