trade-backend/shared/constants.ts
2026-02-13 19:53:32 +03:00

1 line
63 B
TypeScript

export const NON_NEGATIVE_REAL_NUMBER_REGEX = /^\d+(\.\d+)?$/;