6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
/**
|
|
* 系统模块导出
|
|
*/
|
|
|
|
export * from './SyncVarSystem';
|
|
export * from './RpcSystem'; |