> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# isValidEmail

> Checks if a string is a valid email.

## Signature

```typescript path=null start=null theme={null}
isValidEmail(email: string): boolean
```

## Parameters

* **email**: `string` - The string to be checked.

## Returns

`boolean` - True if the string is a valid email, false otherwise.

## Source

Defined in [string.ts:61](https://github.com/koji/ichigyou/blob/main/src/string.ts#L61)
