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

KeyFormat

type KeyFormat =
| "jwk"
| "pkcs8"
| "raw"
| "spki";

§Type

§
"jwk" | "pkcs8" | "raw" | "spki"
[src]