@mantine/form
Version:
Mantine form management library
1 lines • 445 B
Source Map (JSON)
{"version":3,"file":"is-email.cjs","names":["matches"],"sources":["../../../src/validators/is-email/is-email.ts"],"sourcesContent":["import { matches } from '../matches/matches';\nimport type { SyncReactNode } from '../types';\n\nexport function isEmail(error?: SyncReactNode) {\n return matches(/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$/, error);\n}\n"],"mappings":";;;AAGA,SAAgB,QAAQ,OAAuB;CAC7C,OAAOA,gBAAAA,QAAQ,oDAAoD,KAAK;AAC1E"}