6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
|
|
/**
|
||
|
|
* Utils 导出索引
|
||
|
|
* Utils export index
|
||
|
|
*/
|
||
|
|
export * from './validation.js';
|
||
|
|
//# sourceMappingURL=index.d.ts.map
|