Skip to main content
KeyExportOptions.type - crypto - Node documentation
property KeyExportOptions.type

Usage in Deno

import { type KeyExportOptions } from "node:crypto";

Type

"pkcs1"
| "spki"
| "pkcs8"
| "sec1"