@mothepro/fancy-p2p
Version:
A quick and efficient way to form p2p groups in the browser
10 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class default_1 extends Set {
/** A string which will always be made with the given values in this set. */
get hash() {
return [...this].sort().join();
}
}
exports.default = default_1;
//# sourceMappingURL=HashableSet.js.map