We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a197 commit b93ca6cCopy full SHA for b93ca6c
doc/api/util.md
@@ -3807,6 +3807,12 @@ Node.js modules. The community found and used it anyway.
3807
It is deprecated and should not be used in new code. JavaScript comes with very
3808
similar built-in functionality through [`Object.assign()`][].
3809
3810
+An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-extend-to-object-assign)):
3811
+
3812
+```bash
3813
+npx codemod@latest @nodejs/util-extend-to-object-assign
3814
+```
3815
3816
### `util.isArray(object)`
3817
3818
<!-- YAML
0 commit comments