Skip to main content
Module

x/keywork/strings/mod.ts>arrayBufferToString

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
function arrayBufferToString
import { arrayBufferToString } from "https://deno.land/x/keywork@v6.2.1/strings/mod.ts";

Converts a given ArrayBuffer to a string.

Parameters

buf: ArrayBuffer

Returns

string