UNPKG

@ultipa-graph/ultipa-node-sdk

Version:

NodeJS SDK for ultipa-server 4.0

14 lines 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.printers = exports.mergeUqlResponse = exports.ULTIPA = exports.ConnectionPool = exports.grpcNetworkManager = exports.Connection = void 0; var connection_1 = require("./connection"); Object.defineProperty(exports, "Connection", { enumerable: true, get: function () { return connection_1.Connection; } }); Object.defineProperty(exports, "grpcNetworkManager", { enumerable: true, get: function () { return connection_1.grpcNetworkManager; } }); Object.defineProperty(exports, "ConnectionPool", { enumerable: true, get: function () { return connection_1.ConnectionPool; } }); var types_1 = require("./types"); Object.defineProperty(exports, "ULTIPA", { enumerable: true, get: function () { return types_1.ULTIPA; } }); var format_1 = require("./utils/format"); Object.defineProperty(exports, "mergeUqlResponse", { enumerable: true, get: function () { return format_1.mergeUqlResponse; } }); var printers_1 = require("./printers"); Object.defineProperty(exports, "printers", { enumerable: true, get: function () { return printers_1.printers; } }); //# sourceMappingURL=index.js.map