-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for pick
in es-toolkit/compat
#236
Comments
Hello, @raon0211! Let me implement this! :) |
Thanks! :) |
Hey just a heads up that lodash pick supports |
@bitttttten Thank you for information! I guess it should be implemented since |
It probably is a larger api and larger file size, so I can imagine |
hey @bitttttten , I just found out a difference between pick from lodash and es-toolkit/compat.
lodash:
|
Hello, closing this issue since we have Also, |
I just grabbed |
Support for
pick
is desirable. Referencepick
with object paths likea.b.c
should be ines-toolkit/compat
.pick
with simple object keys should be in the originales-toolkit
.The text was updated successfully, but these errors were encountered: