UNPKG

rxprotoplex-peers

Version:

A reactive peer-to-peer management library built on RxJS and Protoplex for efficient signaling, matchmaking, and multiplexing.

3 lines (2 loc) 92 B
import {ID_SYMBOL} from "../constants.js"; export const idOf = (peer) => peer?.[ID_SYMBOL];