UNPKG

@pnpm/core

Version:

Fast, disk space efficient installation engine

12 lines (11 loc) 317 B
import { PnpmError } from '@pnpm/error'; export declare class UnexpectedStoreError extends PnpmError { expectedStorePath: string; actualStorePath: string; modulesDir: string; constructor(opts: { expectedStorePath: string; actualStorePath: string; modulesDir: string; }); }