template/packages-user/client-modules/src/core.ts

7 lines
208 B
TypeScript

import { ClientCore } from './client';
// TODO: 逐渐弱化 ClientCore 的单例概念,每个接口都通过参数传入 IClientCore 对象
/** 客户端实例 */
export const client = new ClientCore();