No description provided.
This PR removes the dependencies on `string.prototype.trim` and `for-each`. `for-each` contains utilities to iterate over strings, arrays, and objects, and contains checks to handle lots of corner cases, but this package doesn't need any of that because it only iterates over one simple array. `string.prototype.trim` [pulls in **13** dependencies](https://npm.anvaka.com/#/view/2d/string.prototype.trim). [These add up to 16KB minified/4KB gzipped.](https://bundlephobia.com/[email protected]) The one-line function I replaced it with is equivalent to the original `trim` package removed in #6.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by adroitwhiz and has received 1 comments.