Skip to main content

Function: bytesToString()

function bytesToString(bytes): string

Converts bytes to a string.

Parameters

ParameterTypeDescription

bytes

Uint8Array

The bytes to convert.

Returns

string

The string representation of the input.

Defined

@nilfoundation/niljs/src/encoding/fromBytes.ts:11