UNPKG

1.63 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 { FacebookOAuth, GoogleOAuth } from './OAuthHelper';
25export * from './RNComponents';
26export { Credentials, CredentialsClass } from './Credentials';
27export { ServiceWorker } from './ServiceWorker';
28export { StorageHelper, MemoryStorage } from './StorageHelper';
29export { UniversalStorage } from './UniversalStorage';
30export { Platform, getAmplifyUserAgent } from './Platform';
31export * from './constants';
32export var Constants = {
33 userAgent: Platform.userAgent,
34};
35export * from './constants';
36export * from './Util';
37export { Amplify };
38/**
39 * @deprecated use named import
40 */
41export default Amplify;
42//# sourceMappingURL=index.js.map
\No newline at end of file