mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-08 02:39:14 +08:00
6 lines
No EOL
207 B
Text
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 |