UNPKG

hazelcast-client

Version:

Hazelcast - open source In-Memory Data Grid - client for NodeJS

8 lines (7 loc) 178 B
declare class Address { host: string; port: number; static encodeToString(address: Address): string; constructor(host: string, port: number); } export = Address;