Files
wow_Meta/api/type.lua
2025-05-04 15:15:00 +02:00

16 lines
354 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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