Fix up a few apis

This commit is contained in:
2025-01-02 11:47:24 +01:00
parent 7e275c572b
commit ef958d6385
5 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@param format string
---@param time number
---@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)
function date(format, time) end