UNPKG

@devgrid/netron

Version:

A powerful TypeScript library for building distributed systems with event bus, streaming capabilities, and remote object invocation. Features WebSocket-based bidirectional communication between Node.js and browser environments, service discovery, and type

7 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unref_service = unref_service; function unref_service(peer, defId) { peer.netron.peer.unrefService(defId); } //# sourceMappingURL=unref-service.js.map