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

8 lines
194 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param value value
---@return string stringValue
---Returns a string representation of a value
function tostring(value) end