UNPKG

hazelcast-client

Version:

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

6 lines (5 loc) 210 B
export declare class Utils { static getStringSize(value: string, nullable?: boolean): number; static calculateSizeString(value: string): number; static calculateSizeBuffer(value: Buffer): number; }