UNPKG

hazelcast-client

Version:

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

7 lines (6 loc) 142 B
/// <reference types="long" /> import * as Long from 'long'; export interface UUID { leastSignificant: Long; mostSignificant: Long; }