mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-03 03:01:25 +00:00
chore: rework handler add signatures
This commit is contained in:
@@ -19,9 +19,9 @@ function M.parse(value)
|
||||
}
|
||||
end
|
||||
|
||||
---@param lz_event LzEvent
|
||||
function M.add(lz_event)
|
||||
event.add(lz_event)
|
||||
---@param plugin LzPlugin
|
||||
function M.add(plugin)
|
||||
event.add(plugin)
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user