UNPKG

hazelcast-client

Version:

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

8 lines (7 loc) 292 B
export declare class BuildMetadata { static readonly UNKNOWN_VERSION_ID: number; private static readonly MAJOR_VERSION_MULTIPLIER; private static readonly MINOR_VERSION_MULTIPLIER; private static readonly PATTERN; static calculateVersion(versionString: string): number; }