Update documentation for date function to include overload for no parameters

This commit is contained in:
2025-05-17 18:52:58 +02:00
parent f656bf4795
commit c524a1ef1e

View File

@@ -5,4 +5,5 @@
---@return string or table dateValue
---Returns a formatted date/time string for a date (or the current date). Alias to the standard library function os.date.
---@overload fun(format: string, time: number)
---@overload fun()
function date(format, time) end