UNPKG

@libp2p/floodsub

Version:

libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).

6 lines 205 B
/** * All Pubsub implementations must use this symbol as the name of a property * with a boolean `true` value */ export declare const pubSubSymbol: unique symbol; //# sourceMappingURL=constants.d.ts.map