UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

14 lines (11 loc) 574 B
import { resolveCtxArgs } from '@aws-amplify/core/internals/utils'; import { downloadData as downloadData$1 } from './internal/downloadData.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 downloadData(...args) { const [ctx, input] = resolveCtxArgs(args); return downloadData$1(ctx, input); } export { downloadData }; //# sourceMappingURL=downloadData.mjs.map