UNPKG

t-comm

Version:

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

18 lines (17 loc) 518 B
import type { ProjectInfo, AnalyzeItem } from './type'; export declare function libraryChangeStatistics({ analyzeList, saveDataDir, cosInfo, analyzeBlackList, }: { analyzeList: Array<AnalyzeItem>; saveDataDir: string; cosInfo?: { secretId: string; secretKey: string; bucket: string; region: string; dir: string; }; analyzeBlackList?: string[]; }): Promise<{ data: Array<ProjectInfo>; project: (typeof analyzeList)[number]; cdnLink: string; }[]>;