UNPKG

yaml-language-server

Version:
4 lines (3 loc) 240 B
import type { Connection } from 'vscode-languageserver'; import type { CommandExecutor } from '../../languageserver/commandExecutor'; export declare function registerCommands(commandExecutor: CommandExecutor, connection: Connection): void;