6 行
258 B
TypeScript
6 行
258 B
TypeScript
|
|
export { XuqmSDK } from './sdk'
|
||
|
|
export type { XuqmInitOptions } from './config'
|
||
|
|
export { getConfig, isInitialized } from './config'
|
||
|
|
export { apiRequest, _getToken, _saveToken, _clearToken } from './http'
|
||
|
|
export { API_BASE_URL, IM_WS_URL } from './constants'
|