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 (6 loc) 148 B
export declare class Uid { private value; constructor(initialValue?: number); next(): number; reset(initialValue?: number): void; }