summaryrefslogtreecommitdiff
path: root/src/types/Digit.d.ts
blob: 0723a63d3e4010e58cb58421ff34c97edc0dbffd (plain)
1
2
3
type Digit = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;

export default Digit;