UNPKG

399 BTypeScriptView Raw
1import { CommandService } from '../common/command';
2import URI from '../common/uri';
3import { OpenHandler } from './opener-service';
4export declare class CommandOpenHandler implements OpenHandler {
5 readonly id = "command";
6 protected readonly commands: CommandService;
7 canHandle(uri: URI): number;
8 open(uri: URI): Promise<boolean>;
9}
10//# sourceMappingURL=command-open-handler.d.ts.map
\No newline at end of file