> ## 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.

# isValidURL

> Checks if a given string is a valid URL.

## Signature

```typescript path=null start=null theme={null}
isValidURL(url: string): boolean
```

## Parameters

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

## Returns

`boolean` - A promise that resolves to `true` if the URL is valid, `false` otherwise.

## Source

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