Skip to main content
Module

x/blocks/deps.ts>importJWKFromString

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Extremely Popular
Go to Latest
variable importJWKFromString
import { importJWKFromString } from "https://deno.land/x/blocks@1.55.0/deps.ts";

type

(jwk: string, usages?: string[]) => Promise<CryptoKey>