File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/src/object/fillIn.js
Back
define(['../array/forEach', '../array/slice', './forOwn'], function (forEach, slice, forOwn) { /** * Copy missing properties in the obj from the defaults. */ function fillIn(obj, var_defaults){ forEach(slice(arguments, 1), function(base){ forOwn(base, function(val, key){ if (obj[key] == null) { obj[key] = val; } }); }); return obj; } return fillIn; });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings