astro-ghostcms/.pnpm-store/v3/files/31/7f8a0a4efe050eaf4a8e73fb3aa...

9 lines
306 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as Proto from '../protocol';
export declare function snippetForFunctionCall(item: {
insertText?: string;
label: string;
}, displayParts: ReadonlyArray<Proto.SymbolDisplayPart>): {
snippet: string;
parameterCount: number;
};
//# sourceMappingURL=snippetForFunctionCall.d.ts.map