Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/iron/src/utils.ts>bufferToString

A cryptographic utility for sealing a JSON object using symmetric key encryption with message integrity verification.
Go to Latest
variable bufferToString
import { bufferToString } from "https://deno.land/x/iron@v1.1.0/src/utils.ts";

Convert a Uint8Array to a string.

type

(value: Uint8Array) => string