Files
wow_Meta/api/type.lua
2024-12-16 13:13:08 +01:00

14 lines
354 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param v value
---@return userdata typeString
---@return false boolean
---@return function
---@return nil nil
---@return number
---@return string
---@return table
---@return thread
---@return userdata
---Returns a string describing the data type of a value
function type(v) end