codec-utils v0.3.4decodeUtf8On this pagedecodeUtf8 Decodes a list of uint8 bytes into a string using UTF-8 encoding. export function decodeUtf8(bytes: number[]): string Arguments NameTypeDescriptionbytesnumber[] Return value string