Skip to content

Commit

Permalink
attach -> export
Browse files Browse the repository at this point in the history
  • Loading branch information
ben.durrant committed Apr 20, 2023
1 parent 96137e6 commit 7d307c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -38,6 +38,6 @@ function createThunkMiddleware<

export const thunk = createThunkMiddleware()

// Attach the factory function so users can create a customized version
// Export the factory function so users can create a customized version
// with whatever "extra arg" they want to inject into their thunks
export const withExtraArgument = createThunkMiddleware

0 comments on commit 7d307c8

Please sign in to comment.