Methods
decode(buffer) → {string}
Decode an input string buffer.
Parameters:
Name | Type | Description |
---|---|---|
buffer | Uint8Array | The buffer to decode. |
- Source
Returns:
The decoded string.
- Type:
- string