8 lines
282 B
Lua
8 lines
282 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param table table
|
|
---@param variable string
|
|
---@return 1nil issecure
|
|
---@return string taint
|
|
---Returns whether a variable is secure (and if not, which addon tainted it)
|
|
function issecurevariable(table, variable) end |