UNPKG

@zerollup/ts-transform-paths

Version:
4 lines (3 loc) 217 B
import ts from 'typescript'; export declare type FixNode = (fixNode: ts.Node, newImport: string) => ts.Node; export declare function createFixNode(sf: ts.SourceFile): (fixNode: ts.Node, newImport: string) => ts.Node;