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

7 lines
185 B
Lua

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