index.js 66 B

123
  1. import mitt from 'mitt';
  2. const $bus = mitt();
  3. export default $bus;