Skip to content

Commit

Permalink
Add typing to use the package with typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hahn committed Jan 8, 2018
1 parent 8de2a8b commit 5683537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module 'redux-middleware-test-helper' {
export default function(ref: { cut: any; actionTypes: { [key: string]: string } }): void
}

0 comments on commit 5683537

Please sign in to comment.