feat: init
This commit is contained in:
17
packages/utils/index.ts
Normal file
17
packages/utils/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user