Files
wow_Meta/api/type.lua
2025-05-04 14:35:26 +02:00

15 lines
345 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