UNPKG

nats

Version:

Node.js client for NATS, a lightweight, high-performance cloud native messaging system

4 lines (3 loc) 204 B
export declare function ipV4(a: number, b: number, c: number, d: number): Uint8Array; export declare function isIP(h: string): boolean; export declare function parseIP(h: string): Uint8Array | undefined;