Skip to main content
Module

x/checksum/deps.ts>decode

Sha1、MD5 algorithms for Deno
Latest
function decode
import { decode } from "https://deno.land/x/checksum@1.4.0/deps.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string