Urara-Blog/node_modules/.pnpm-store/v3/files/5e/8a0757af838247de5362662708fffeeb655246b2b5355e77884ab644049fd7d7646ab095a990ae9ac8a4624da5b42e2fd2b561bbfe08f89540c17ea8957baa
2022-08-14 01:14:53 +08:00

6 lines
No EOL
207 B
Text

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