FisCryptoKey
Bun

function

util.types.isCryptoKey

function isCryptoKey(
object: unknown
): object is CryptoKey;

Returns true if value is a CryptoKey, false otherwise.