UNPKG

@aws-amplify/core

Version:
9 lines (7 loc) 288 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const fetchAuthSession = (amplify, options) => { return amplify.Auth.fetchAuthSession(options); }; export { fetchAuthSession }; //# sourceMappingURL=fetchAuthSession.mjs.map