UNPKG

@libp2p/interface-registrar

Version:
5 lines 193 B
export const topologySymbol = Symbol.for('@libp2p/topology'); export function isTopology(other) { return other != null && Boolean(other[topologySymbol]); } //# sourceMappingURL=index.js.map