UNPKG

510 BTypeScriptView Raw
1// the original ts3.7 version declaration file, used by "typesVersions" field in package.json
2// https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#file-redirects
3// can consider using third-party tool like downlevel-dts in the build process to automate this.
4import { API } from './lib-esm/API';
5export { API, APIClass } from './lib-esm/API';
6export {
7 graphqlOperation,
8 GraphQLAuthError,
9 GRAPHQL_AUTH_MODE,
10 GraphQLResult,
11} from '@aws-amplify/api-graphql';
12export default API;