astro-ghostcms/.pnpm-store/v3/files/cf/6732e23ef64a99b5aa7c020c096...

3 lines
377 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
export declare function transform<T extends vscode.CompletionList>(completionList: T, getOtherRange: (range: vscode.Range) => vscode.Range | undefined, document: vscode.TextDocument, onItem?: (newItem: vscode.CompletionItem, oldItem: vscode.CompletionItem) => void): T;
//# sourceMappingURL=completionList.d.ts.map