Skip to content

Commit

Permalink
Export Options type from package (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston authored Jan 15, 2022
1 parent 756d490 commit 9a937d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface CacheStorage<KeyType, ValueType> {
clear?: () => void;
}

interface Options<
export interface Options<
FunctionToMemoize extends AnyFunction,
CacheKeyType,
> {
Expand Down

0 comments on commit 9a937d0

Please sign in to comment.