You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now we generate four different interfaces for every combination of publicKey and privateKey while actually in given scenario it really makes sense to generate parametrized interface for reusing it in all declarations.
The text was updated successfully, but these errors were encountered:
Consider following declaration (an excerpt from node/crypto.d.ts):
As of now we generate four different interfaces for every combination of
publicKey
andprivateKey
while actually in given scenario it really makes sense to generate parametrized interface for reusing it in all declarations.The text was updated successfully, but these errors were encountered: