UNPKG

@aws/pdk

Version:

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

11 lines (10 loc) 643 B
import { refToRelative } from '@pnpm/dependency-path'; export { extendProjectsWithTargetDirs } from './extendProjectsWithTargetDirs'; export { nameVerFromPkgSnapshot } from './nameVerFromPkgSnapshot'; export { packageIdFromSnapshot } from './packageIdFromSnapshot'; export { packageIsIndependent } from './packageIsIndependent'; export { pkgSnapshotToResolution } from './pkgSnapshotToResolution'; export { satisfiesPackageManifest } from './satisfiesPackageManifest'; export { refIsLocalTarball, refIsLocalDirectory } from './refIsLocalTarball'; export * from '@pnpm/lockfile-types'; export declare const getPkgShortId: typeof refToRelative;