Code format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param t table
|
||||
---@param key value
|
||||
---@return value value
|
||||
---@param t table
|
||||
---@param key value
|
||||
---@return value value
|
||||
---Returns the real value associated with a key in a table without invoking any metamethods
|
||||
function rawget(t, key) end
|
||||
function rawget(t, key) end
|
||||
|
||||
Reference in New Issue
Block a user