wtfLeave
Used to mark end of Scope.
const wtfLeave: <T>(scope: any, returnValue?: T) => T;
Description
scope
to end.returnValue
(optional) to be passed to the WTF.
Returns the `returnValue for easy chaining.
Used to mark end of Scope.
const wtfLeave: <T>(scope: any, returnValue?: T) => T;
scope
to end.returnValue
(optional) to be passed to the WTF.Returns the `returnValue for easy chaining.