UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

3 lines (2 loc) 213 B
import { RegistryType } from "../registry"; export declare function validatePackageVisibility(registryType: RegistryType, packageName: string, isPrivate: boolean, latestReleaseVisibility: boolean): string | true;