UNPKG

typescript-transform-paths

Version:

Transforms module resolution paths using TypeScript path mapping and/or custom paths

7 lines (6 loc) 289 B
import TS from "typescript"; import { TsTransformPathsContext } from "../types"; export interface HarmonyFactory extends TS.NodeFactory { } /** Creates a node factory compatible with TS v3+ */ export declare function createHarmonyFactory(context: TsTransformPathsContext): HarmonyFactory;