All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.websocket.lib.utils.js Maven / Gradle / Ivy

module.exports = {
    extend: function extend(dest, source) {
        for (var prop in source) {
            dest[prop] = source[prop];
        }
    }
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy