File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { CommandsDelimiters } from "./constants";
66import { IDictionary } from "./declarations" ;
77import { IInjector } from "./definitions/yok" ;
88import { ICommandArgument , ICommand } from "./definitions/commands" ;
9- import { IKeyCommand , IValidKeyCommands } from "./definitions/key-commands" ;
9+ import { IKeyCommand , IValidKeyName } from "./definitions/key-commands" ;
1010
1111export let injector : IInjector ;
1212
@@ -189,10 +189,7 @@ export class Yok implements IInjector {
189189 } ) ;
190190 }
191191
192- public registerKeyCommand (
193- name : IValidKeyCommands ,
194- resolver : IKeyCommand
195- ) : void {
192+ public registerKeyCommand ( name : IValidKeyName , resolver : IKeyCommand ) : void {
196193 this . register ( this . createKeyCommandName ( name ) , resolver ) ;
197194 }
198195
You can’t perform that action at this time.
0 commit comments