Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HashAlgorithm

import type { HashAlgorithm } from "https://aws-api.deno.dev/v0.3/services/codeartifact.ts?docs=full";
type HashAlgorithm =
| "MD5"
| "SHA-1"
| "SHA-256"
| "SHA-512"

§Type

§
"MD5" | "SHA-1" | "SHA-256" | "SHA-512" | cmnP.UnexpectedEnumValue
[src]