astro-ghostcms/.pnpm-store/v3/files/41/24c11ac893af6cf3ad93059f94f...

5 lines
364 B
Plaintext

import type * as ts from 'typescript';
import { LanguagePlugin } from '@volar/language-core';
export declare function createLanguageServicePlugin(loadLanguagePlugins: (ts: typeof import('typescript'), info: ts.server.PluginCreateInfo) => LanguagePlugin[]): ts.server.PluginModuleFactory;
export declare function arrayItemsEqual(a: string[], b: string[]): boolean;