util._extend() to use Object.assign() to handle Node.js DEP0060.
What It Does
This codemod replaces:util._extend()calls withObject.assign()- Removes unnecessary
utilimports when no longer needed
Migrate deprecated util._extend() to Object.assign() for Node.js DEP0060
util._extend() to use Object.assign() to handle Node.js DEP0060.
util._extend() calls with Object.assign()util imports when no longer needed