UNPKG

@aws-amplify/api

Version:
14 lines (12 loc) 280 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export { get, put, post, del, head, patch, isCancelError, } from '@aws-amplify/api-rest/server'; export { generateClient } from '@aws-amplify/api-graphql/server';