UNPKG

hazelcast-client

Version:

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

7 lines (6 loc) 164 B
/// <reference types="long" /> import * as Long from 'long'; export declare class LockReferenceIdGenerator { private counter; getNextReferenceId(): Long; }