UNPKG

tsc-template

Version:

Utility to build TypeScript AST from a string, similar to @babel/template

3 lines 161 B
import { type Node, type SourceFile } from 'typescript'; export declare function findBestNode(file: SourceFile): Node; //# sourceMappingURL=findBestNode.d.ts.map