import type { isBoolean } from "./isBoolean"; import type { NOT } from "./not"; export type IMPLY = NOT extends true ? true : isBoolean;