API reference › @evolu/common › Type › Digit
type Digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
Defined in: packages/common/src/Type.ts:9248
Decimal digit from "0" to "9".
API reference › @evolu/common › Type › Digit
type Digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
Defined in: packages/common/src/Type.ts:9248
Decimal digit from "0" to "9".