type alias U.Predimport { type U } from "https://deno.land/x/rimbu@0.13.5/typical/mod.ts"; const { Pred } = U; Returns false is the given type is false, true otherwise. ExamplesExample 1 Pred<false> => false Pred<number> => true Pred<true> => true Type ParametersVdefinition: V extends false ? false : true