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,4 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
function tContains() end
---@param table table<any, any>
---@param value any
---@return number|nil 1 or nil
function tContains(table, value) end