> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IsValidEmail

# Function: isValidEmail()

> **isValidEmail**(`email`): `boolean`

Defined in: [sanitize.ts:630](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/security/src/sanitize.ts#L630)

Validates if a string is a valid email address using Effect Schema.

## Parameters

### email

`string`

The string to validate.

## Returns

`boolean`

true if valid email, false otherwise.
