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 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unexpose_service = unexpose_service; function unexpose_service(peer, serviceName) { return peer.netron.peer.unexposeRemoteService(peer, serviceName); } //# sourceMappingURL=unexpose-service.js.map