chore: rework handler add signatures

This commit is contained in:
Marc Jakobi
2024-05-24 20:27:00 +02:00
parent e61adde6ce
commit b10b02f0b4
6 changed files with 38 additions and 27 deletions
+3 -3
View File
@@ -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