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

# text

> Fetch the file and return its content as a UTF-8 string.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# text

## Summary

Fetch the file and return its content as a UTF-8 string.

## Signature

```typescript theme={null}
text(): Promise<string>;
```

## Parameters

*No parameters.*

## Returns

**Type**:`Promise<string>`

Fetch the file and return its content as a UTF-8 string.
