7 lines
79 B
TypeScript
7 lines
79 B
TypeScript
/**
|
|
* Utils 统一导出
|
|
*/
|
|
|
|
export * from './file'
|
|
export * from './crypto'
|