UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

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