UNPKG

@pnpm/core

Version:

Fast, disk space efficient installation engine

10 lines (9 loc) 398 B
import { BreakingChangeError } from './BreakingChangeError'; import { type ErrorRelatedSources } from './ErrorRelatedSources'; export interface ModulesBreakingChangeErrorOptions extends ErrorRelatedSources { modulesPath: string; } export declare class ModulesBreakingChangeError extends BreakingChangeError { modulesPath: string; constructor(opts: ModulesBreakingChangeErrorOptions); }