olsio / otp-client

MIT License
11 stars 6 forks source link

Remove deprecated left-pad #12

Closed iiska closed 4 years ago

iiska commented 4 years ago

Replace left-pad dependency with String.prototype.padStart.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart

iainjreid commented 4 years ago

Hi there @olsio! Any chance this could be merged?

olsio commented 4 years ago

Sorry didn't see the PR before.