mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
+ added additional overload for del()
This commit is contained in:
Vendored
+2
@@ -24,6 +24,8 @@ declare module ng.hotkeys {
|
||||
|
||||
del(combo: string): void;
|
||||
|
||||
del(hotkeyObj: ng.hotkeys.Hotkey): void;
|
||||
|
||||
get(combo: string): ng.hotkeys.Hotkey;
|
||||
|
||||
toggleCheatSheet(): void;
|
||||
|
||||
Reference in New Issue
Block a user