UNPKG

151 BTypeScriptView Raw
1import { InstallerOptions } from '..';
2/**
3 * Patch TypeScript modules
4 */
5export declare function install(opts?: Partial<InstallerOptions>): boolean;