UNPKG

hazelcast-client

Version:

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

10 lines (9 loc) 270 B
/// <reference types="long" /> import * as Long from 'long'; export declare class UUID { readonly leastSignificant: Long; readonly mostSignificant: Long; constructor(mostSig: Long, leastSig: Long); equals(other: UUID): boolean; toString(): string; }