mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.59k stars 158 forks source link

Replace 'let' with 'const' #93

Closed abetomo closed 1 year ago

abetomo commented 5 years ago

Use 'const' because there is no reassignment.