unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
340 stars 18 forks source link

feat(node:crypto): add missing `constants` export #256

Closed IgorMinar closed 2 weeks ago

IgorMinar commented 3 weeks ago

The const were collected from real node versions, and given major churn in the exported values in Node 18, 20, 22 we export a union of these values to increase compatibility.

Reference: #

IgorMinar commented 3 weeks ago

@pi0 how about d2398d5? PTAL