UNPKG

411 BJavaScriptView Raw
1import { getAmplifyServerContext } from '@aws-amplify/core/internals/adapter-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(contextSpec, input) {
7 return copy$1(getAmplifyServerContext(contextSpec).amplify, input);
8}
9
10export { copy };
11//# sourceMappingURL=copy.mjs.map