Skip to content

Commit

Permalink
Merge pull request #66 from coveo/fix-expose-apiwithhooks
Browse files Browse the repository at this point in the history
fix(apihooks): expose apiwithhooks
  • Loading branch information
francoislg authored Jan 20, 2020
2 parents 98a14f9 + 5476079 commit a14c395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export * from './PlatformClient';
export * from './ConfigurationInterfaces';
export * from './APICore';
export * from './Errors';
export * from './features';
export * from './handlers';
export * from './resources';
2 changes: 2 additions & 0 deletions src/features/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './APIFeature';
export * from './APIWithHooks';

0 comments on commit a14c395

Please sign in to comment.