@stdlib/utils-if-else
If a condition is truthy, return `x`; otherwise, return `y`.
If a condition is truthy, return `x`; otherwise, return `y`.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
ESLint custom rules by Open Reach Tech.
A functional representation of if-else statement
Cutie extension for work with if-else statements.