astro-ghostcms/.pnpm-store/v3/files/b3/4390cb64173a79351fe5105ce61...

5 lines
323 B
Plaintext

import type * as ts from 'typescript';
import type { TextDocument } from 'vscode-languageserver-textdocument';
import type { SharedContext } from '../types';
export declare function getUserPreferences(ctx: SharedContext, document: TextDocument): Promise<ts.UserPreferences>;
//# sourceMappingURL=getUserPreferences.d.ts.map