import type { isBoolean } from "./isBoolean"; export type OR = isBoolean extends true ? true : isBoolean extends true ? true : false;