astro-ghostcms/.pnpm-store/v3/files/59/d5b196b762930a3ccd8cdfe26ff...

5 lines
338 B
Plaintext

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