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

x/simple_ipc/deps.ts>utfEncode

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

Convert from unicode string to UTF-8 byte array.

Parameters

data: string

unicode string.