UNPKG

xh-event-bus

Version:
16 lines (14 loc) 461 B
/* * @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 }