Files
memecoin-botV2/.pnpm-store/v10/files/f2/c7c987a2e002ac988c25c7a387c923f3f6e2cc7b6d8fc25f4e366de51ea54210581ca44559e803f7ba4c843171aaa90303d5decb0cb78d2626c1d007a12e35

7 lines
173 B
Plaintext

import * as ts from 'typescript';
/**
* @deprecated
* Gets the source file for a given node
*/
export declare function getSourceFileOfNode(node: ts.Node): ts.SourceFile;