@stdlib/utils-async-if-then
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.