public event emitter:eventemitter3的包装仅公开事件处理程序的添加和删除方法 源码
公共事件发射器 该软件包提供了一个围绕的包装,该包装仅公开了事件处理程序的添加和删除方法。 安装 # If you use npm npm install --save-dev public-event-emitter # If you use yarn yarn add public-event-emitter 用法 PublicEventEmitter的主要用例是从您的类的公共接口隐藏emit()和其他内部方法。 您可以注入的EventEmitter ,如果你想使用手动对象PublicEventEmitter直接对象或延长PublicEventEmitter在自己的类之一。 在这种情况下,受保护的eventEmitter对象将在您的子类中可用。 import { EventEmitter } from "eventemitter3" ; import { PublicEventEm
文件列表
public-event-emitter-main.zip
(预估有个8文件)
public-event-emitter-main
yarn.lock
19KB
index.ts
2KB
.npmignore
68B
tsconfig.json
6KB
LICENSE
1KB
README.md
1KB
.gitignore
3KB
package.json
711B
暂无评论