UNPKG

@aws/pdk

Version:

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

5 lines (4 loc) 295 B
import { type PackageSnapshot } from '@pnpm/lockfile-types'; import { type Resolution } from '@pnpm/resolver-base'; import { type Registries } from '@pnpm/types'; export declare function pkgSnapshotToResolution(depPath: string, pkgSnapshot: PackageSnapshot, registries: Registries): Resolution;