UNPKG

@pnpm/core

Version:

Fast, disk space efficient installation engine

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