Documentation Index
Fetch the complete documentation index at: https://docs.qu.ai/llms.txt
Use this file to discover all available pages before exploring further.
str.
If form is specified, the string is normalized.
Parameters
| Parameter | Type | Description |
|---|---|---|
str | string | The string to convert. |
form? | UnicodeNormalizationForm | The normalization form to use. |
Returns
Uint8Array
The UTF-8 byte representation.
