import { exportSPKI } from "https://deno.land/x/jose@v4.14.2/index.ts";
Exports a runtime-specific public key representation (KeyObject or CryptoKey) to a PEM-encoded SPKI string format.
Parameters
key: KeyLike
Key representation to transform to a PEM-encoded SPKI string format.