@aws-amplify/core
Version:
Core category of aws-amplify
15 lines (14 loc) • 942 B
JavaScript
export { Hub } from './Hub/index.mjs';
export { decodeJWT } from './singleton/Auth/utils/index.mjs';
export { Amplify, AmplifyClass as AmplifyClassV6 } from './singleton/Amplify.mjs';
export { fetchAuthSession } from './singleton/apis/fetchAuthSession.mjs';
export { clearCredentials } from './singleton/apis/clearCredentials.mjs';
export { getId } from './awsClients/cognitoIdentity/getId.mjs';
export { getCredentialsForIdentity } from './awsClients/cognitoIdentity/getCredentialsForIdentity.mjs';
export { defaultStorage, sessionStorage, sharedInMemoryStorage, syncSessionStorage } from './storage/index.mjs';
export { Cache } from './Cache/index.mjs';
export { I18n } from './I18n/index.mjs';
export { ConsoleLogger } from './Logger/ConsoleLogger.mjs';
export { ServiceWorkerClass as ServiceWorker } from './ServiceWorker/ServiceWorker.mjs';
export { CookieStorage } from './storage/CookieStorage.mjs';
//# sourceMappingURL=index.mjs.map