import type { Falsy } from './truthy-falsy.js'; export type Or = A extends Falsy ? B : A; //# sourceMappingURL=Or.d.ts.map