Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param ... list
|
||||
---@return list ...
|
||||
---@param ... list
|
||||
---@return list ...
|
||||
---Replaces non-simple values in a list with nil. All simple values (strings, numbers, and booleans) are passed from the input list to the output list unchanged. Non-simple values (tables, functions, threads, and userdata) are replaced by nil in the output list.
|
||||
function scrub(...) end
|
||||
function scrub(...) end
|
||||
|
||||
Reference in New Issue
Block a user