UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

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