UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

6 lines (5 loc) 151 B
import { TsModule } from './ts-module'; export declare function getLiveModule(moduleName: TsModule.Name): { js: string; tsModule: TsModule; };