Type Alias SimpleFraction

SimpleFraction: `${NonZeroDigit}/${NonZeroDigit}` | `${NonZeroDigit}/${NonZeroDigit}${Digit}` | `${NonZeroDigit}${Digit}/${NonZeroDigit}${Digit}`

Fraction string with either one or two numeric characters in both the numerator and denominator (but not two characters in the numerator while the denominator only has one).