add type annotation for the main function
This commit is contained in:
@ -57,6 +57,7 @@ function M.synctree(tree, cb)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- basically the main function of our program
|
-- basically the main function of our program
|
||||||
|
---@param opts speclist
|
||||||
return function(opts)
|
return function(opts)
|
||||||
logger.pipe = logger:setup()
|
logger.pipe = logger:setup()
|
||||||
bench:setup()
|
bench:setup()
|
||||||
|
Reference in New Issue
Block a user