UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

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