mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
remove local declarations at the top
This commit is contained in:
parent
2a0214c0b7
commit
59e989480d
10
inspect.lua
10
inspect.lua
@ -5,16 +5,6 @@
|
||||
-- inspired by http://lua-users.org/wiki/TableSerialization
|
||||
-----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
local type = type
|
||||
local ipairs, pairs = ipairs, pairs
|
||||
local string = string
|
||||
local table = table
|
||||
local tostring = tostring
|
||||
local pcall = pcall
|
||||
local getmetatable, setmetatable = getmetatable, setmetatable
|
||||
local rawget, rawset = rawget, rawset
|
||||
local math = math
|
||||
|
||||
local inspect ={}
|
||||
inspect.__VERSION = '1.2.0'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user