@zthun/bouncer
    Preparing search index...

    Interface IZBouncerServer

    interface IZBouncerServer {
        running(): Promise<boolean>;
        start(): Promise<void>;
        stop(): Promise<void>;
    }

    Implemented by

    Index

    Methods