> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# tryParseTapUrl

> Like parseTapUrl, but returns null instead of throwing.

```ts theme={null}
tryParseTapUrl(url: string, source?: string): TapResult | null
```

## Example

```ts theme={null}
const tap = tryParseTapUrl(input); // null when it is not a tap URL
```
