Hacked By AnonymousFox

Current Path : /opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/xtend/
Upload File :
Current File : //opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/xtend/immutable.js

module.exports = extend

var hasOwnProperty = Object.prototype.hasOwnProperty;

function extend() {
    var target = {}

    for (var i = 0; i < arguments.length; i++) {
        var source = arguments[i]

        for (var key in source) {
            if (hasOwnProperty.call(source, key)) {
                target[key] = source[key]
            }
        }
    }

    return target
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox