@aws-amplify/storage
Version:
Storage category of aws-amplify
14 lines (11 loc) • 532 B
JavaScript
import { resolveCtxArgs } from '@aws-amplify/core/internals/utils';
import { getUrl as getUrl$1 } from './internal/getUrl.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs.
function getUrl(...args) {
const [ctx, input] = resolveCtxArgs(args);
return getUrl$1(ctx, input);
}
export { getUrl };
//# sourceMappingURL=getUrl.mjs.map