persona-community-5/.pnpm-store/v3/files/b4/ef607192369ccc38029da484dbf53597698abfab01fc1744b594a1974f4c500b9860e3866516d59084b3e806c31b9832a26be33807e4742f963b0d8fc4ef4e
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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