astro-ghostcms/.pnpm-store/v3/files/3c/d5374b1cb1c2a2ff468b4f50843...

6 lines
363 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { LanguageContext } from '@volar/language-core';
import type * as ts from 'typescript/lib/tsserverlibrary';
export declare function createLanguageServiceHost(ctx: LanguageContext, ts: typeof import('typescript/lib/tsserverlibrary'), sys: ts.System & {
version?: number;
}): ts.LanguageServiceHost;
//# sourceMappingURL=languageServiceHost.d.ts.map