UNPKG

@aws-amplify/core

Version:
12 lines (10 loc) 663 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.getCredentialsForIdentity = exports.getId = void 0; var getId_1 = require("./getId"); Object.defineProperty(exports, "getId", { enumerable: true, get: function () { return getId_1.getId; } }); var getCredentialsForIdentity_1 = require("./getCredentialsForIdentity"); Object.defineProperty(exports, "getCredentialsForIdentity", { enumerable: true, get: function () { return getCredentialsForIdentity_1.getCredentialsForIdentity; } }); //# sourceMappingURL=index.js.map