import { PublicKey } from "https://deno.land/x/fido2@3.5.3/lib/keyUtils.js";
Exports public key to PEM.
- Reuses original PEM string if present.
- Possible to force regeneration of PEM string by setting 'forcedExport' parameter to true
- Throws on any kind of failure