Skip to content

Commit

Permalink
✨ expose retryAdapterEnhancer
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Feb 18, 2020
1 parent 9089d38 commit be85d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

import Cache from 'lru-cache';
import cacheAdapterEnhancer from './cacheAdapterEnhancer';
import retryAdapterEnhancer from './retryAdapterEnhancer';
import throttleAdapterEnhancer from './throttleAdapterEnhancer';

export {
Cache,
cacheAdapterEnhancer,
throttleAdapterEnhancer,
retryAdapterEnhancer,
};

0 comments on commit be85d5e

Please sign in to comment.