UNPKG

@aws-amplify/core

Version:
10 lines (8 loc) 475 B
'use strict'; // 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; var fetchAuthSession_1 = require("./singleton/apis/server/fetchAuthSession"); Object.defineProperty(exports, "fetchAuthSession", { enumerable: true, get: function () { return fetchAuthSession_1.fetchAuthSession; } }); //# sourceMappingURL=server.js.map