Stability: 0 - Deprecated: Use [Object.assign()][] instead.

    • target {Object}
    • source {Object}

    The util._extend() method was never intended to be used outside of internal Node.js modules. The community found and used it anyway.

    It is deprecated and should not be used in new code. JavaScript comes with very similar built-in functionality through [Object.assign()][].