UNPKG

typecql

Version:

ORM for CQL databases.

9 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalClients = void 0; class GlobalClients { } exports.GlobalClients = GlobalClients; GlobalClients.clientsByName = new Map(); GlobalClients.namesFromClient = new WeakMap(); //# sourceMappingURL=GlobalClient.js.map