mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-04 03:16:33 +00:00
chore: fix luaCATS annotations
This commit is contained in:
+8
-5
@@ -237,17 +237,20 @@ state.new() *state.new*
|
||||
(lz.n.handler.State)
|
||||
|
||||
|
||||
lz.n.handler.State *lz.n.handler.State*
|
||||
|
||||
|
||||
lz.n.handler.State *lz.n.handler.State*
|
||||
|
||||
Fields: ~
|
||||
{insert} (fun(key?:string,plugin:lz.n.Plugin))
|
||||
Insert a plugin (optionally, by key).
|
||||
{insert} (fun(key:string,plugin:lz.n.Plugin)|fun(plugin:lz.n.Plugin))
|
||||
Insert a plugin (optionally, by key).
|
||||
{del} (fun(plugin_name:string,callback?:fun(key:string)))
|
||||
Remove a plugin by its name.
|
||||
Remove a plugin by its name.
|
||||
{has_pending_plugins} (fun(key?:string):boolean)
|
||||
Check if there are pending plugins (optionally, by key)
|
||||
Check if there are pending plugins (optionally, by key)
|
||||
{lookup_plugin} (fun(plugin_name:string):lz.n.Plugin)
|
||||
Lookup a plugin by its name.
|
||||
Lookup a plugin by its name.
|
||||
|
||||
|
||||
vim:tw=78:ts=8:noet:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user