Files
wow-weakauras/Meta/api/type.lua
2024-11-07 23:12:37 +01:00

14 lines
367 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