microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

What use var in es2015? #89

Closed Jungwoo-An closed 6 years ago

Jungwoo-An commented 6 years ago

I think should use const instead of var.

ntlm.ts

damccorm commented 6 years ago

Yeah, both _ and ntlm should probably be const. It won't break anything either way, but its good practice to have them as consts. Do you want to submit a pull request for this?

Jungwoo-An commented 6 years ago

Yes. I do