Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
KeyExportResult
T
KeyExportResult
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
KeyExportResult
T
KeyExportResult
type
crypto.KeyExportResult
type
KeyExportResult
<
T
,
Default
>
=
T
extends
{
format
:
infer
F
}
?
{
der
:
NonSharedBuffer
;
jwk
:
webcrypto.JsonWebKey
;
pem
:
string
}
[
F
]
:
Default