Function: hasFalseTrueBranches()
function hasFalseTrueBranches(
node: Readonly<TSESTree.TSConditionalType>
): boolean;
Defined in: _internal/type-guard-conditional-patterns.ts:72
Determine whether a conditional type has exact false then true branches.
Parametersโ
nodeโ
Readonly<TSESTree.TSConditionalType>
Returnsโ
boolean