persona-community-5/.pnpm-store/v3/files/5e/8a0757af838247de5362662708fffeeb655246b2b5355e77884ab644049fd7d7646ab095a990ae9ac8a4624da5b42e2fd2b561bbfe08f89540c17ea8957baa
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

6 lines
207 B
Plaintext

import * as ts from 'typescript';
/**
* Gets the source file for a given node
*/
export declare function getSourceFileOfNode(node: ts.Node): ts.SourceFile;
//# sourceMappingURL=getSourceFileOfNode.d.ts.map