@stdlib/utils-if-then
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.