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