add type annotation for the main function

This commit is contained in:
2025-06-27 18:03:16 -04:00
parent 1623276cb0
commit 07df092fc6

View File

@ -57,6 +57,7 @@ function M.synctree(tree, cb)
end
-- basically the main function of our program
---@param opts speclist
return function(opts)
logger.pipe = logger:setup()
bench:setup()