interface IMethodChangerimport { type IMethodChanger } from "https://deno.land/x/rhum@v2.1.0/src/interfaces.ts"; MethodswillReturn<T>(returnValue: T): voidMake the given method return the given returnValue. willThrow<T>(error: IError & T): voidMake the given method throw the given error.