8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
/**
|
|
* API 模块统一导出
|
|
*/
|
|
export * from './request';
|
|
export * from './types';
|
|
export * from './his';
|
|
|