UNPKG

@aws/pdk

Version:

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

4 lines (3 loc) 234 B
import { type PackageSnapshot } from '@pnpm/lockfile-types'; import { type Registries } from '@pnpm/types'; export declare function packageIdFromSnapshot(depPath: string, pkgSnapshot: PackageSnapshot, registries: Registries): string;