feat: init

This commit is contained in:
2025-09-04 11:29:00 +08:00
parent 2c9059ce2f
commit ddbee614e8
89 changed files with 3476 additions and 349 deletions

17
packages/utils/index.ts Normal file
View File

@@ -0,0 +1,17 @@
// //处理音频类
export * from "./src/voice";
// // 验证工具
// export * from './validation';
// // 存储工具
// export * from './storage';
// // 日期工具
// export * from './date';
// // 按模块导出
// export * as format from './format';
// export * as validation from './validation';
// export * as storage from './storage';
// export * as date from './date';