6 lines
54 B
TypeScript
6 lines
54 B
TypeScript
|
|
/**
|
||
|
|
* Utils 统一导出
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './file'
|