UNPKG

@aws/pdk

Version:

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

6 lines (5 loc) 208 B
import { type Registries } from '@pnpm/types'; export declare const DEFAULT_REGISTRIES: { default: string; }; export declare function normalizeRegistries(registries?: Record<string, string>): Registries;