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