astro-ghostcms/.pnpm-store/v3/files/e2/f61a79d29a323b1965d8dccdc91...

4 lines
186 B
Plaintext

import type { FileRegistry } from '@volar/language-core';
import type * as ts from 'typescript';
export declare function decorateProgram(files: FileRegistry, program: ts.Program): void;