UNPKG

libp2p

Version:

JavaScript implementation of libp2p, a modular peer to peer network stack

6 lines 271 B
import type { ConnectionGater } from '@libp2p/interface'; /** * Returns a default connection gater implementation that allows everything */ export declare function connectionGater(gater?: ConnectionGater): ConnectionGater; //# sourceMappingURL=connection-gater.d.ts.map