fix: type annotations and type errors
This commit is contained in:
parent
0ccf95ae5d
commit
47c7737618
16 changed files with 83 additions and 22 deletions
|
|
@ -7,7 +7,7 @@ M.normalize_url = function(url, callback)
|
|||
callback(url)
|
||||
end
|
||||
|
||||
---@param path string
|
||||
---@param url string
|
||||
---@param column_defs string[]
|
||||
---@param cb fun(err: nil|string, entries: nil|oil.InternalEntry[])
|
||||
M.list = function(url, column_defs, cb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue