@aws-amplify/core
Version:
Core category of aws-amplify
12 lines (9 loc) • 410 B
JavaScript
import { fetchAuthSession as fetchAuthSession$1 } from './internal/fetchAuthSession.mjs';
import { Amplify } from '../Amplify.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
const fetchAuthSession = (options) => {
return fetchAuthSession$1(Amplify, options);
};
export { fetchAuthSession };
//# sourceMappingURL=fetchAuthSession.mjs.map