Abusing prototype CryptoKey in `node:crypto`
Is there any way that I can set the prototype of an object to specifically
The above gives me this error:
CryptoKey as defined by node:crypto? I am trying to get around some nasty instanceof check in a third-party library which is getting in the way.The above gives me this error:
