UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

4 lines (3 loc) 242 B
import { InstallerOptions } from '../options'; export declare function unpatch(moduleName: string, opts?: Partial<InstallerOptions>): boolean; export declare function unpatch(moduleNames: string[], opts?: Partial<InstallerOptions>): boolean;