We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171a467 commit 36dd5e1Copy full SHA for 36dd5e1
README.md
@@ -83,6 +83,7 @@ Given original function, runs a new high-order function that:
83
1. Calls original function and get its output.
84
2. Calls `outputGetter` with output, returning what it returns.
85
86
+> Both `hookOutput` and `withHookAfter` runs after original function. `hookOutput` replaces the output, but `withHookAfter` won't.
87
88
## License
89
MIT
0 commit comments