We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f56b7f commit cb6cea7Copy full SHA for cb6cea7
src/index.js
@@ -2,8 +2,9 @@ import ApiMailAdapter from './ApiMailAdapter';
2
import ApiPayloadConverter from './ApiPayloadConverter';
3
import Errors from './Errors';
4
5
-module.exports = {
+export default ApiMailAdapter;
6
+export {
7
ApiPayloadConverter,
8
ApiMailAdapter,
- Errors
9
+ Errors,
10
};
0 commit comments