Skip to content

Commit

Permalink
fix: export default functions
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Nov 15, 2018
1 parent dc980a9 commit 733a05e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axios-morphism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,5 @@ export function combine(baseURL: string, ...configurations: AxiosMorphismConfigu
return rootConfiguration;
}, initialValue);
}

export default { apply, combine };

0 comments on commit 733a05e

Please sign in to comment.