sanctuary-js / sanctuary

:see_no_evil: Refuge from unsafe JavaScript
https://sanctuary.js.org
MIT License
3.03k stars 94 forks source link

simplify `stripPrefix` and `stripSuffix` #743

Closed davidchambers closed 6 months ago

davidchambers commented 6 months ago

These are not breaking changes as String.prototype.startsWith and String.prototype.endsWith are ES6 features.