UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

14 lines (13 loc) 619 B
import type { IGlobalGrayPublishConfig } from './types'; export declare function getImageName({ projectName, subProjectName, branch, }: { projectName: string; subProjectName: string; branch: string; }): string; export declare function parseGrayPublishConfig(config?: Record<string, Record<string, Record<string, Record<string, string>>>>): IGlobalGrayPublishConfig; export declare function getCurrentProjectUseGray(fullSubProjectName: string, globalGrayPublishConfig: IGlobalGrayPublishConfig): { fullSubProjectName: string; packageName: string; parsedBranch: string; cookieId: string; }[];