@aws-amplify/core
Version:
Core category of aws-amplify
8 lines (7 loc) • 357 B
TypeScript
/**
* This index should NOT be included in the ../index.ts because the composer functions
* here requires TypeScript >= 4. Given other scoped packages may use TypeScript < 4,
* they should not be exposed to upper level index.
*/
export { composeServiceApi } from './composeServiceApi';
export { composeTransferHandler } from './composeTransferHandler';