-
Notifications
You must be signed in to change notification settings - Fork 36
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 lodash #22
Comments
Certainly! Thanks for reaching out, what do you have in mind? Sent from my iPhone
|
Since lodash promotes itself as a drop-in replacement for underscore.js, I don't think there are much differences between them. Especially in this project, only the underscore namespace and some basic things like object chaining are used. |
Sounds great! Patches welcome, or if you can point me to a project that does this currently I can work on it when I get a chance. Thanks! |
I wanted to make this work with both, but I was not really sure what was the best way to do it so I forked the project to work with lodash for now. To have this library working for both lodash and underscore:
|
@tuvistavie Thanks for your fork! I wanted to open an issue there to ask for the bower package - however, no issues can be opened in your fork. Is this on purpose? Are you planning to add the bower package? |
Hi @mjrk, |
Any interest in supporting lodash?
The text was updated successfully, but these errors were encountered: