@aracna/core - v1.5.0
    Preparing search index...

    Interface EventEmitterListenerOptions

    interface EventEmitterListenerOptions {
        once?: boolean;
        prepend?: boolean;
    }
    Index

    Properties

    Properties

    once?: boolean
    prepend?: boolean