flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
7
VISUALIZACION/node_modules/underscore/modules/extendOwn.js
generated
vendored
Executable file
7
VISUALIZACION/node_modules/underscore/modules/extendOwn.js
generated
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
import createAssigner from './_createAssigner.js';
|
||||
import keys from './keys.js';
|
||||
|
||||
// Assigns a given object with all the own properties in the passed-in
|
||||
// object(s).
|
||||
// (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)
|
||||
export default createAssigner(keys);
|
||||
Loading…
Add table
Add a link
Reference in a new issue