Creates a new function that injects the original function and calls its finally method after the function completes execution.
The original function to inject.
The handler function to run after the function completes execution.
Generated using TypeDoc
Creates a new function that injects the original function and calls its finally method after the function completes execution.