2 lines
43 B
TypeScript
2 lines
43 B
TypeScript
export const nationalIdRegex = /^\d{10}$/;
|
export const nationalIdRegex = /^\d{10}$/;
|