Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fix: Make type optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rmevans9 committed Mar 3, 2019
1 parent a302aee commit a9b431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ declare module "reactotron-core-client" {
/**
* Enhancer creator
*/
createEnhancer: () => StoreEnhancer
createEnhancer?: () => StoreEnhancer
}
}

0 comments on commit a9b431d

Please sign in to comment.