functionutil.types.isCryptoKeyfunction isCryptoKey(object: unknown): object is CryptoKey;Returns true if value is a CryptoKey, false otherwise.