UNPKG

@mothepro/fancy-p2p

Version:

A quick and efficient way to form p2p groups in the browser

7 lines 220 B
export default class extends Set { /** A string which will always be made with the given values in this set. */ get hash() { return [...this].sort().join(); } } //# sourceMappingURL=HashableSet.js.map