We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i've had great success with Lazy so far (yea!!) but have gotten stuck on trying to find a way to do a "_.merge" in Lazy http://lodash.com/docs#merge
it's actually an array of objects i need to merge into a single object with Lazy
btw, your string-table is working great!! thanks again!!
The text was updated successfully, but these errors were encountered:
the merged single object is actually the object i'm passing to your stringTable.create
Sorry, something went wrong.
started implementation of #merge (probably buggy) for #55
0012731
Merge is now available in 0.3.1: http://danieltao.com/lazy.js/docs/#ObjectLikeSequence-merge
Cool!
No branches or pull requests
i've had great success with Lazy so far (yea!!) but have gotten stuck on trying to find a way to do a "_.merge" in Lazy
http://lodash.com/docs#merge
it's actually an array of objects i need to merge into a single object with Lazy
btw, your string-table is working great!! thanks again!!
The text was updated successfully, but these errors were encountered: