mirror of
https://github.com/motajs/template.git
synced 2026-09-18 05:00:17 +08:00
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
import { ClientCore } from './client';
|
|
|
|
// TODO: 逐渐弱化 ClientCore 的单例概念,每个接口都通过参数传入 IClientCore 对象
|
|
|
|
/** 客户端实例 */
|
|
export const client = new ClientCore();
|