split lua stubs into one set for ldoc, and one set for lua-ls
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- @meta
|
||||
|
||||
--- @class alerts
|
||||
local alerts = {}
|
||||
|
||||
--- @param constructor function
|
||||
function alerts.show(constructor) end
|
||||
|
||||
function alerts.hide() end
|
||||
|
||||
return alerts
|
||||
Reference in New Issue
Block a user