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

7 lines
171 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param aTable table
---@return table emptyTable
---Removes all entries from a table
function wipe(aTable) end