export type Binary1bitNor = Binary1bitNorParser; export type Binary1bitNorParser = X extends "1" ? "0" : Y extends "1" ? "0" : "1";