mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
add destroy() to keypress typing
this function exist in the api mentioned in https://dmauro.github.io/Keypress/
This commit is contained in:
Vendored
+1
@@ -46,6 +46,7 @@ declare namespace Keypress {
|
||||
unregister_many(combos: Combo[]): void;
|
||||
unregister_many(keys: string[]): void;
|
||||
get_registered_combos(): Combo[];
|
||||
destroy(): void;
|
||||
reset(): void;
|
||||
listen(): void;
|
||||
stop_listening(): void;
|
||||
|
||||
Reference in New Issue
Block a user