Typeutilsv0.7.0
DigitCharacter
Matches any digit as a string ('0'-'9').
type DigitCharacter = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";type DigitCharacter = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";Matches any digit as a string ('0'-'9').
type DigitCharacter = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";type DigitCharacter = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";