Library API
    Preparing search index...

    Interface ServerMapOpts

    interface ServerMapOpts {
        catch?: boolean;
        debug?: DebugLevel;
        endpoint?: string;
        ip?: string;
        timeout?: number;
    }
    Index
    catch?: boolean
    debug?: DebugLevel
    endpoint?: string
    ip?: string
    timeout?: number