@google-cloud/cloud-sql-connector
Version:
A JavaScript library for connecting securely to your Cloud SQL instances
23 lines • 1.28 kB
JavaScript
;
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthTypes = exports.IpAddressTypes = exports.Connector = void 0;
const connector_1 = require("./connector");
Object.defineProperty(exports, "Connector", { enumerable: true, get: function () { return connector_1.Connector; } });
const ip_addresses_1 = require("./ip-addresses");
Object.defineProperty(exports, "IpAddressTypes", { enumerable: true, get: function () { return ip_addresses_1.IpAddressTypes; } });
const auth_types_1 = require("./auth-types");
Object.defineProperty(exports, "AuthTypes", { enumerable: true, get: function () { return auth_types_1.AuthTypes; } });
//# sourceMappingURL=index.js.map