This pull request adds a HashAlgorithms interface providing the list of supported hash algorithms in Node.js v20. This allows us to use a type alias for a hash algorithm that improves the developer experience by providing IntelliSense when working with hashes.
This pull request adds a
HashAlgorithms
interface providing the list of supported hash algorithms in Node.js v20. This allows us to use a type alias for a hash algorithm that improves the developer experience by providing IntelliSense when working with hashes.