UNPKG

template-syncer

Version:

智能模板同步工具 - 让你的项目与模板仓库保持同步,支持智能合并、差异对比和交互式更新

10 lines (9 loc) 260 B
import type { FileChange } from '../types'; /** * 生成文件树字符串 */ export declare function formatFileTree(files: FileChange[]): string; /** * 按分类分组并生成树 */ export declare function formatGroupedTree(files: FileChange[]): string;