interface Ping {
    ping(peer, options?): Promise<number>;
}

Methods

Methods