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