UNPKG

hazelcast-client

Version:

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

10 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ClientInfo = (function () { function ClientInfo() { this.type = 'NodeJS'; } return ClientInfo; }()); exports.ClientInfo = ClientInfo; //# sourceMappingURL=ClientInfo.js.map