astro-ghostcms/.pnpm-store/v3/files/71/1776bd7649d9c987b7cbcd63ebe...

9 lines
315 B
Plaintext
Raw Normal View History

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