UNPKG

@libp2p/interface

Version:
5 lines 206 B
export const connectionSymbol = Symbol.for('@libp2p/connection'); export function isConnection(other) { return other != null && Boolean(other[connectionSymbol]); } //# sourceMappingURL=connection.js.map