UNPKG

@types/registry-auth-token

Version:
6 lines (3 loc) 147 B
import { AuthOptions } from "./"; declare function registryUrl(scope: string, npmrc?: Pick<AuthOptions, "npmrc">): string; export = registryUrl;