UNPKG

aws-amplify

Version:

AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.

9 lines (7 loc) 283 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 /* This file maps top-level exports from `aws-amplify`. */ export { DefaultAmplify as Amplify } from './initSingleton'; export { ResourcesConfig } from '@aws-amplify/core';