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

4 lines (3 loc) 195 B
import { ServiceMetadata } from '../types'; import { RemotePeer } from '../remote-peer'; export declare function expose_service(peer: RemotePeer, meta: ServiceMetadata): import("..").Definition;