add destroy() to keypress typing

this function exist in the api mentioned in https://dmauro.github.io/Keypress/
This commit is contained in:
sixinli
2017-06-30 02:17:56 -04:00
committed by GitHub
parent 00222e6b0a
commit bda681f3dc
+1
View File
@@ -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;