mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
2 lines
41 B
TypeScript
2 lines
41 B
TypeScript
export const PASSCODE_REGEX = /^\d{6}$/;
|