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

x/yxz/typing/lib.dom.ts>KeyUsage

Deno Standard Extensions
Go to Latest
type alias KeyUsage
import { type KeyUsage } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";
definition:
| "decrypt"
| "deriveBits"
| "deriveKey"
| "encrypt"
| "sign"
| "unwrapKey"
| "verify"
| "wrapKey"