toss / es-toolkit

A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
https://es-toolkit.slash.page
Other
6.25k stars 263 forks source link

feat(pullAt): implement `pullAt` #435

Closed jiwooproity closed 2 weeks ago

jiwooproity commented 2 weeks ago

Support for pullAt #418

Benchmark ( es-toolkit / lodash ) : pullAt

스크린샷 2024-08-27 오후 3 05 35

I implemented pullAt at array.

It returns index searched value of original array and changed original array. Same function as lodash's pullAt function.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 11:28pm
raon0211 commented 2 weeks ago

Hello, thanks for your contribution :) Let me review this by the end of this week!

jiwooproity commented 2 weeks ago

@raon0211 Wow .. !! i was surprised when I saw that merged. Thank you for the review. I appreciate your feedback and will continue to work hard to contribute more to Git in the future.