GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

NulleableCoalising

API/Type Aliases/NulleableCoalising
seyfert/lib/common/types/util.d.ts

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.