8 lines
201 B
JavaScript
8 lines
201 B
JavaScript
|
|
/**
|
||
|
|
* TikHub API 统一导出
|
||
|
|
*/
|
||
|
|
export { TikhubService } from './tikhub.js'
|
||
|
|
export { default } from './tikhub.js'
|
||
|
|
export { InterfaceType, MethodType, InterfaceUrlMap, ParamType } from './types.js'
|
||
|
|
|