UNPKG

275 BTypeScriptView Raw
1import { InstallerOptions } from '../options';
2/**
3 * Patch a TypeScript module
4 */
5export declare function patch(moduleName: string, opts?: Partial<InstallerOptions>): boolean;
6export declare function patch(moduleNames: string[], opts?: Partial<InstallerOptions>): boolean;