UNPKG

dingtalk-docs-cool-app

Version:

钉钉文档酷应用插件扩展 开发者初始化包

6 lines (5 loc) 195 B
/** * 清理指定文件夹,只保留白名单中的文件 * @param folderPath - 目标文件夹路径 */ export declare function cleanFolder(folderPath: string, keepFiles: string[]): void;