function isCryptoKey
Jump to headingisCryptoKey(object: unknown): object is webcrypto.CryptoKey
Returns true
if value
is a CryptoKey
, false
otherwise.
Parameters Jump to heading
Jump to headingobject: unknown
Return Type Jump to heading
object is webcrypto.CryptoKey