UNPKG

469 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Friday, 26th April 2019 4:03:30 pm
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Monday, 29th April 2019 9:59:13 am
6 * @copyright (c) 2019 CTO.ai
7 */
8export declare const PUBLIC_OPS_PREFIX = "public.";
9export declare const getOpUrl: (registryHost: string, opImageTag: string) => string;
10export declare const getOpImageTag: (teamName: string, opIdentifier: string, tag?: string, isPublic?: boolean) => string;