UNPKG

hazelcast-client

Version:

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

9 lines 210 B
"use strict"; var ClientInfo = (function () { function ClientInfo() { this.type = 'NodeJS'; } return ClientInfo; }()); exports.ClientInfo = ClientInfo; //# sourceMappingURL=ClientInfo.js.map