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

6 lines (5 loc) 345 B
import { ServiceMetadata } from './types'; export declare const getServiceEventName: (serviceName: string) => string; export declare const getPeerEventName: (peerId: string) => string; export declare const getServiceMetadata: (instance: any) => ServiceMetadata; export declare const getQualifiedName: (name: string, version?: string) => string;