1.0.2 • Published 1 month ago

emitx v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

emitx

简单介绍

emitx是一套订阅发布模式的库,代码简洁,扩展性强,采用最新的es6语法

使用方法

  1. 使用方法和主流的库差不多,拥有on, off, emit主要的方法
  2. 心智负担低,emit返回的是一个promise,可以获取到所有事件返回的结果
  3. 在此基础上添加了all方法,监听所有事件
  4. getRecords返回一个记录事件监听,事件发送, 事件绑定数据
  import { emitx } from './emitx.js'
  const mitt = emitx()
  const {
        off,
        on,
        emit,
        once,
        all,
        getRecords
    } = mitt

 // 和其他库类似使用
1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago