UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

1 lines 880 B
{"version":3,"file":"downloadData.mjs","sources":["../../../../../src/providers/s3/apis/downloadData.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { resolveCtxArgs } from '@aws-amplify/core/internals/utils';\nimport { downloadData as downloadDataInternal } from './internal/downloadData';\n// Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs.\nexport function downloadData(...args) {\n const [ctx, input] = resolveCtxArgs(args);\n return downloadDataInternal(ctx, input);\n}\n"],"names":["downloadDataInternal"],"mappings":";;;AAAA;AACA;AAGA;AACO,SAAS,YAAY,CAAC,GAAG,IAAI,EAAE;AACtC,IAAI,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,cAAc,CAAC,IAAI,CAAC;AAC7C,IAAI,OAAOA,cAAoB,CAAC,GAAG,EAAE,KAAK,CAAC;AAC3C;;;;"}