UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

15 lines (13 loc) 619 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.getUrl = getUrl; const utils_1 = require("@aws-amplify/core/internals/utils"); const getUrl_1 = require("./internal/getUrl"); // Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs. function getUrl(...args) { const [ctx, input] = (0, utils_1.resolveCtxArgs)(args); return (0, getUrl_1.getUrl)(ctx, input); } //# sourceMappingURL=getUrl.js.map