astro-ghostcms/.pnpm-store/v3/files/d7/f52fd50f2a552b53d29ac90eed0...

6 lines
442 B
Plaintext

import { SharedContext } from '../types';
import type * as ts from 'typescript/lib/tsserverlibrary';
import type { FormattingOptions } from '@volar/language-service';
import type { TextDocument } from 'vscode-languageserver-textdocument';
export declare function getFormatCodeSettings(ctx: SharedContext, document: TextDocument, options?: FormattingOptions): Promise<ts.FormatCodeSettings>;
//# sourceMappingURL=getFormatCodeSettings.d.ts.map