Interface IEventEmitter

interface IEventEmitter {
    emit(event, cb): void;
}

Methods

Methods

Generated using TypeDoc