Skip to main content
function isCryptoKey
isCryptoKey(object: unknown): object is webcrypto.CryptoKey
Deprecated

Returns true if value is a CryptoKey, false otherwise.

Parameters

object: unknown

Return Type

object is webcrypto.CryptoKey
Back to top