UNPKG

ts-transform-paths

Version:

[![travis](https://badgen.net/travis/OniVe/ts-transform-paths)](https://travis-ci.com/OniVe/ts-transform-paths) [![npm-version](https://badgen.net/npm/v/ts-transform-paths)](https://www.npmjs.com/package/ts-transform-paths) [![npm-downloads](https://badge

5 lines (4 loc) 370 B
import * as ts from "typescript"; import { ITransformerOptions, Transformer, TransformerNode } from "./types"; export default function transformer(program?: ts.Program, options?: ITransformerOptions): Transformer; export declare function transformerFactory<T extends TransformerNode>(context: ts.TransformationContext, options?: ITransformerOptions): ts.Transformer<T>;