dnsimple / dnsimple-node

The DNSimple API client for Node.js.
https://developer.dnsimple.com/
MIT License
47 stars 19 forks source link

Use Arrow Functions over function keyword #112

Closed OleMchls closed 2 years ago

OleMchls commented 2 years ago

Fixes #70

99% of this has been done with Screenshot 2021-10-06 at 22 01 00

I also removed the single reference to self I could find. I could use some help from a more experienced JS magician to remove function from the prototype in lib/dnsimple.js.