UNPKG

153 BTypeScriptView Raw
1import { TsModule } from '../module';
2export declare function patchModule(tsModule: TsModule, skipDts?: boolean): {
3 js: string;
4 dts?: string;
5};