Skip to content
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

Add object.assign #11

Closed
nlepage opened this issue Apr 28, 2017 · 1 comment · Fixed by #24
Closed

Add object.assign #11

nlepage opened this issue Apr 28, 2017 · 1 comment · Fixed by #24

Comments

@nlepage
Copy link
Member

nlepage commented Apr 28, 2017

const o = { nested: { a: 1, b: 2 } }
assign(o, 'nested', { b: 3, c: 4 }) // => { nested: { a:1, b: 3, c: 4 } }
@nlepage nlepage added this to the 0.2-beta milestone Apr 28, 2017
@frinyvonnick frinyvonnick self-assigned this Jun 14, 2017
@nlepage
Copy link
Member Author

nlepage commented Jun 14, 2017

Use lodash/fp/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants