Stone.js API
    Preparing search index...

    The minimal emitter shape the local driver needs (satisfied by the core EventEmitter).

    interface EmitterLike {
        emit: (name: string, payload?: any) => void | Promise<void>;
    }
    Index
    emit: (name: string, payload?: any) => void | Promise<void>