t-comm
Version:
专业、稳定、纯粹的工具库
13 lines (12 loc) • 319 B
TypeScript
/**
* 统计页面个数
* @example
* statisticsPages('dist/build/mp-weixin/app.json')
*/
export declare function statisticsPages(pagesJsonPath: string): any;
/**
* 统计组件个数
* @example
* statisticsComponent('dist/build/mp-weixin');
*/
export declare function statisticsComponent(dir: string): number;