UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 212 B
import type { Repository } from './types'; export declare function isOCIRegistry(repository: Repository | string | null | undefined): boolean; export declare function removeOCIPrefix(repository: string): string;