Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_ipc/deps.ts>utfDecode

A simple and lightweight IPC module for Deno.
Latest
function utfDecode
Re-export
import { utfDecode } from "https://deno.land/x/simple_ipc@v0.1.3/deps.ts";

Convert from UTF-8 byte array to unicode string.

Parameters

data: Uint8Array

byte array in UTF-8 format.