UNPKG

@shencom/api

Version:
19 lines (16 loc) 537 B
export { init } from './config'; export * from './core/amap'; export * from './core/cms'; export * from './core/file'; export * from './core/gis'; export * from './core/qqmap'; export * from './core/sms'; // 从各个功能模块的 API 文件中导出所有 API 函数 export * from './core/uaa'; export * from './core/uaa-wechat'; export * from './core/uaa-yzy'; export * from './core/wechat'; export * from './enums'; export * from './utils/query'; // 导出公共工具和类型 (这些不受影响) export * from './utils/sorts';