assign-in
v4.17.11arrow_drop_downv4.17.11
STATUS
Passing
DOWNLOADS
133
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
6 years ago
SIZE
N/A
This method is like `_.assign` except that it iterates over own and
inherited source properties.
**Note:** This method mutates `object`.
1 contributor
Like
Install assign-in as a package?
Copied
npm i @bit/lodash.lodash.assign-in
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
No preview available
chevron_left
chevron_right
assignIn (
object:
Object
,sources:
) : ...Object?
Object
This method is like _.assign
except that it iterates over own and
inherited source properties.
Note: This method mutates object
.
Example
Arguments
object:
Object
The destination object.
sources:
...Object?
The source objects.
Returns
Object
Returns `object`.