🧰 type util
Flip the selection options.
type IsBoolean<T, $Options = $SelectionOptions> = ...type IsNotBoolean<T, $Options = $SelectionOptions> = IsBoolean<T, $FlipSelection<$Options>> Copy
type IsBoolean<T, $Options = $SelectionOptions> = ...type IsNotBoolean<T, $Options = $SelectionOptions> = IsBoolean<T, $FlipSelection<$Options>>
🧰 type util
Flip the selection options.