UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

6 lines (5 loc) 169 B
import { PnpmError } from '@pnpm/error'; export declare class LockfileBreakingChangeError extends PnpmError { filename: string; constructor(filename: string); }