UNPKG

@amxdev/validate-email

Version:

Check if a string is a valid email address.

22 lines (13 loc) 284 B
# @amxdev/validate-email > Check if a string is a valid email address. ## Install ```bash npm install @amxdev/validate-email ``` ## Usage ```ts import { validateemail } from "@amxdev/validate-email"; validateemail(validateEmail("test@example.com") // true) ``` ## License MIT