Type Alias BinaryNotParser<X>

BinaryNotParser: X extends "1" ? "0" : "1"

Type Parameters

  • X extends string