@aws-amplify/core
Version:
Core category of aws-amplify
10 lines (8 loc) • 464 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.userAgentMiddlewareFactory = void 0;
var middleware_1 = require("./middleware");
Object.defineProperty(exports, "userAgentMiddlewareFactory", { enumerable: true, get: function () { return middleware_1.userAgentMiddlewareFactory; } });
//# sourceMappingURL=index.js.map
;