UNPKG

366 BTypeScriptView Raw
1import { Range } from 'vscode-languageserver-protocol';
2export interface TextDocumentContentChangeDelta {
3 readonly range: Range;
4 readonly rangeLength?: number;
5 readonly text: string;
6}
7export declare namespace TextDocumentContentChangeDelta {
8 function is(arg: unknown): arg is TextDocumentContentChangeDelta;
9}
10//# sourceMappingURL=lsp-types.d.ts.map
\No newline at end of file