UNPKG

t-comm

Version:

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

11 lines (10 loc) 459 B
export declare const genTitle: (prefix: string, checkAll?: boolean, name?: string) => string; export declare const genReportInfo: ({ workspace, mrUrl, sourceBranch, targetBranch, repo, repoUrl, checkAll, }: { workspace: string; mrUrl?: string | undefined; sourceBranch?: string | undefined; targetBranch?: string | undefined; repo?: string | undefined; repoUrl?: string | undefined; checkAll?: boolean | undefined; }) => string[];