UNPKG

293 BTypeScriptView Raw
1import TS from "typescript";
2import { TsTransformPathsContext } from "../types";
3export interface HarmonyFactory extends TS.NodeFactory {
4}
5/**
6 * Creates a node factory compatible with TS v3+
7 */
8export declare function createHarmonyFactory(context: TsTransformPathsContext): HarmonyFactory;