Type alias NonZeroDigit

NonZeroDigit: Exclude<Digit, "0">

Any numeric character except '0'.

Generated using TypeDoc