Skip to main content
Module

x/textras/mod.ts>bytesToString

Text wrangling Typescript utilities
Go to Latest
variable bytesToString
import { bytesToString } from "https://deno.land/x/textras@0.1.7/mod.ts";

convert a byte array to its string representation

type

(d: Uint8Array) => string