aws-amplify
Version:
AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.
22 lines (19 loc) • 442 B
text/typescript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
/*
This file maps exports from `aws-amplify/utils`.
*/
export {
Hub,
HubCapsule,
I18n,
Cache,
ConsoleLogger,
ServiceWorker,
CookieStorage,
defaultStorage,
sessionStorage,
sharedInMemoryStorage,
KeyValueStorageInterface,
} from '@aws-amplify/core';
export { parseAmplifyConfig } from '@aws-amplify/core/internals/utils';