Type alias TDigit

TDigit: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"

A type representing a digit between 0 and 9.

Generated using TypeDoc