@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module emitter

    A wrapper around the native EventTarget that provides the more modern emit/off/on/once API over addEventListener/dispatchEvent/removeEventListener as well as improved IntelliSense

    studioKeywi

    Interfaces

    Emitter

    A wrapper for the EventTarget interface that provides the ability to provide known event name/types

    Type Aliases

    AvailableEvents

    Utility type that extracts non-index signature entries from an EventsMap

    EventsMap

    Utility type for mapping event names and event types

    ExtractEvents

    Utility type for extracting the union of named events from an EventsMap

    Functions

    createEmitter

    Create a new Emitter for use