docs(lua): add LuaCATS type annotations across core modules
This commit is contained in:
parent
fc2331c242
commit
1f0414de8e
15 changed files with 73 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ local function prompt_credentials(platform, callback)
|
|||
end)
|
||||
end
|
||||
|
||||
---@param opts { language?: string }?
|
||||
function M.submit(opts)
|
||||
local platform = state.get_platform()
|
||||
local contest_id = state.get_contest_id()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue