API reference › @evolu/common › Type › Digit1To51
const Digit1To51: union(
Digit1To9,
templateLiteral(union("1", "2", "3", "4"), Digit),
templateLiteral("5", union("0", "1")),
);
Defined in: packages/common/src/Type.ts:9305
Decimal string from "1" to "51".