UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

6 lines (5 loc) 153 B
import { TsModule } from '../module'; export declare function patchModule(tsModule: TsModule, skipDts?: boolean): { js: string; dts?: string; };