UNPKG

aws-amplify

Version:

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

20 lines (18 loc) 369 B
// 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';