UNPKG

@aws/pdk

Version:

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

10 lines (9 loc) 365 B
import { type ProjectSnapshot } from '@pnpm/lockfile-types'; import { type ProjectManifest } from '@pnpm/types'; export declare function satisfiesPackageManifest(opts: { autoInstallPeers?: boolean; excludeLinksFromLockfile?: boolean; }, importer: ProjectSnapshot | undefined, pkg: ProjectManifest): { satisfies: boolean; detailedReason?: string; };