NulleableCoalising
Signature
export type NulleableCoalising<A, B> = NonFalsy<A> extends never ? B : A;Members
This export does not declare public properties or methods in the generated declaration file.
export type NulleableCoalising<A, B> = NonFalsy<A> extends never ? B : A;This export does not declare public properties or methods in the generated declaration file.