@aws-amplify/core
Version:
Core category of aws-amplify
14 lines (12 loc) • 544 B
JavaScript
;
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.fetchAuthSession = void 0;
const fetchAuthSession_1 = require("./internal/fetchAuthSession");
const Amplify_1 = require("../Amplify");
const fetchAuthSession = (options) => {
return (0, fetchAuthSession_1.fetchAuthSession)(Amplify_1.Amplify, options);
};
exports.fetchAuthSession = fetchAuthSession;
//# sourceMappingURL=fetchAuthSession.js.map