(position: Position, vimState: VimState)
| 17 | |
| 18 | export interface IBaseCommand extends IBaseAction { |
| 19 | exec(position: Position, vimState: VimState): Promise<void>; |
| 20 | } |
| 21 | |
| 22 | export interface IBaseOperator extends IBaseAction { |
no outgoing calls
no test coverage detected