astro-ghostcms/.pnpm-store/v3/files/13/7606992ed896ab79ec3d7e7bf04...

6 lines
448 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type * as vscode from '@volar/language-service';
import type { TextDocument } from 'vscode-languageserver-textdocument';
import type { SharedContext } from '../../types';
export declare function register(ctx: SharedContext): (item: vscode.CompletionItem, newPosition?: vscode.Position) => Promise<vscode.CompletionItem>;
export declare function getLineText(document: TextDocument, line: number): string;
//# sourceMappingURL=resolve.d.ts.map