samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
141 stars 19 forks source link

Change all the let symbols to be const if possible #47

Closed samchon closed 4 years ago

samchon commented 4 years ago

I've developed TGrid to using let symbol rather than the const symbol.

However, to enhance the safe implementation, it would better to change the let keywords to be const, if possible.