7 lines
173 B
Plaintext
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;
|