diff --git a/mousetrap-global-bind/mousetrap-global-bind-tests.ts b/mousetrap/mousetrap-global-bind-tests.ts similarity index 100% rename from mousetrap-global-bind/mousetrap-global-bind-tests.ts rename to mousetrap/mousetrap-global-bind-tests.ts diff --git a/mousetrap-global-bind/mousetrap-global-bind.d.ts b/mousetrap/mousetrap-global-bind.d.ts similarity index 88% rename from mousetrap-global-bind/mousetrap-global-bind.d.ts rename to mousetrap/mousetrap-global-bind.d.ts index b22d5e3382..ecfdd2ff23 100644 --- a/mousetrap-global-bind/mousetrap-global-bind.d.ts +++ b/mousetrap/mousetrap-global-bind.d.ts @@ -3,7 +3,7 @@ // Definitions by: Andrew Bradley // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// interface MousetrapStatic { globalBind(keys: string, callback: (e: ExtendedKeyboardEvent, combo: string) => any, action?: string): void;