UNPKG

@waku/sdk

Version:

A unified SDK for easy creation and management of js-waku nodes.

4 lines (3 loc) 204 B
import { ProtocolError } from "@waku/interfaces"; export declare const shouldPeerBeChanged: (failure: string | ProtocolError) => boolean; export declare const timeout: (timeout: number) => Promise<void>;