📄 getSourceFileOfNode.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts
Language: ts • Lines: 6
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