UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

7 lines (6 loc) 275 B
import { InstallerOptions } from '../options'; /** * Patch a TypeScript module */ export declare function patch(moduleName: string, opts?: Partial<InstallerOptions>): boolean; export declare function patch(moduleNames: string[], opts?: Partial<InstallerOptions>): boolean;