@aws-amplify/core
Version:
Core category of aws-amplify
9 lines • 431 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
var GoogleOAuth_1 = require("./GoogleOAuth");
var FacebookOAuth_1 = require("./FacebookOAuth");
exports.GoogleOAuth = new GoogleOAuth_1.GoogleOAuth();
exports.FacebookOAuth = new FacebookOAuth_1.FacebookOAuth();
//# sourceMappingURL=index.js.map
;