astro-ghostcms/.pnpm-store/v3/files/5f/fa71bf0bf80b5b87c74b10fa51c...

7 lines
443 B
Plaintext

import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, options: vscode.FormattingOptions, range: vscode.Range | undefined, onTypeParams: {
ch: string;
position: vscode.Position;
} | undefined, token?: vscode.CancellationToken) => Promise<vscode.TextEdit[] | undefined>;
//# sourceMappingURL=format.d.ts.map