UNPKG

@aws/pdk

Version:

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

7 lines (6 loc) 237 B
import { type PackageSnapshot } from '@pnpm/lockfile-types'; export declare function nameVerFromPkgSnapshot(depPath: string, pkgSnapshot: PackageSnapshot): { name: string; peersSuffix: string | undefined; version: string; };