astro-ghostcms/.pnpm-store/v3/files/b4/ef607192369ccc38029da484dbf...

4 lines
227 B
Plaintext

import * as ts from 'typescript';
export declare function isSourceFile(code: unknown): code is ts.SourceFile;
export declare function getCodeText(code: ts.SourceFile | string): string;
//# sourceMappingURL=source-files.d.ts.map