astro-ghostcms/.pnpm-store/v3/files/5e/8a0757af838247de5362662708f...

6 lines
207 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
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