UNPKG

1.66 kBJavaScriptView Raw
1/*
2 * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5 * the License. A copy of the License is located at
6 *
7 * http://aws.amazon.com/apache2.0/
8 *
9 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11 * and limitations under the License.
12 */
13import { Amplify } from './Amplify';
14import { Platform } from './Platform';
15export { AmplifyClass } from './Amplify';
16export { ClientDevice } from './ClientDevice';
17export { ConsoleLogger, ConsoleLogger as Logger } from './Logger';
18export * from './Errors';
19export { Hub } from './Hub';
20export { I18n } from './I18n';
21export * from './JS';
22export { Signer } from './Signer';
23export * from './Parser';
24export * from './Providers';
25export { FacebookOAuth, GoogleOAuth } from './OAuthHelper';
26export * from './RNComponents';
27export { Credentials, CredentialsClass } from './Credentials';
28export { ServiceWorker } from './ServiceWorker';
29export { StorageHelper, MemoryStorage } from './StorageHelper';
30export { UniversalStorage } from './UniversalStorage';
31export { Platform, getAmplifyUserAgent } from './Platform';
32export * from './constants';
33export var Constants = {
34 userAgent: Platform.userAgent,
35};
36export * from './constants';
37export * from './Util';
38export { Amplify };
39/**
40 * @deprecated use named import
41 */
42export default Amplify;
43//# sourceMappingURL=index.js.map
\No newline at end of file