xh-event-bus
Version:
event bus,used for module commmunication
16 lines (14 loc) • 461 B
JavaScript
/*
* @Author: xingzhonghe
* @Date: 2022-11-10 11:33:07
* @LastEditTime: 2022-11-10 12:12:53
* @FilePath: \learn_class_componentsd:\学习东东\my package\npm package\xh-event-bus\index.js
* @Description:
*
* Copyright (c) 2022 by ZhouZhiBing123 3030639099@QQ.COM, All Rights Reserved.
*/
const { baseUrl } = require('./config/path.config.json')
const { _EventBus } = require(`${baseUrl}index.js`);
module.exports = {
_EventBus
}