I want to write a decorator which replace the function body or simple return from the function. Something like this:
function mock(target: (...args: any) => an