astro-ghostcms/.pnpm-store/v3/files/d5/b01c2dac7be237f7a9a57645921...

7 lines
373 B
Plaintext

import { FormattingOptions, LanguagePlugin, ServicePlugin } from '@volar/language-service';
export declare function createFormatter(languages: LanguagePlugin[], services: ServicePlugin[]): {
env: import("@volar/language-service").ServiceEnvironment;
format: (content: string, languageId: string, options: FormattingOptions) => Promise<string>;
settings: {};
};