yolkbot
    Preparing search index...

    Interface SocketParams

    interface SocketParams {
        errorLogger?: (...args: any[]) => void;
        proxy?: string | null;
    }
    Index

    Properties

    Properties

    errorLogger?: (...args: any[]) => void
    proxy?: string | null