Skip to main content
Module

x/dynamodb/deps.ts>decode

deno <3 dynamodb
Latest
function decode
import { decode } from "https://deno.land/x/dynamodb@v1.0.0/deps.ts";

Decodes a Uint8Array to utf8-, base64-, or hex-encoded string.

Parameters

buf: Uint8Array
optional
encoding: string = [UNSUPPORTED]

Returns

string