UNPKG

perfrunner-core

Version:

Automated UI performance test tool to measure performance changes for the web apps and sites

8 lines (7 loc) 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConnectionString = exports.Db = void 0; const db_1 = require("./db"); Object.defineProperty(exports, "Db", { enumerable: true, get: function () { return db_1.Db; } }); const connection_string_1 = require("./connection-string"); Object.defineProperty(exports, "getConnectionString", { enumerable: true, get: function () { return connection_string_1.getConnectionString; } });