UNPKG

321 BJavaScriptView Raw
1import { Amplify } from '@aws-amplify/core';
2import { copy as copy$1 } from './internal/copy.mjs';
3
4// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5// SPDX-License-Identifier: Apache-2.0
6function copy(input) {
7 return copy$1(Amplify, input);
8}
9
10export { copy };
11//# sourceMappingURL=copy.mjs.map