File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1039,8 +1039,7 @@ changes:
10391039
10401040Type: End-of-Life
10411041
1042- The [ ` util.isArray() ` ] [ ] API has been removed. Please use ` Array.isArray() `
1043- instead.
1042+ The ` util.isArray() ` API has been removed. Please use ` Array.isArray() ` instead.
10441043
10451044An automated migration is available ([ source] ( https://github.com/nodejs/userland-migrations/tree/main/recipes/util-is ) ):
10461045
@@ -4512,7 +4511,6 @@ import { opendir } from 'node:fs/promises';
45124511[` util .getSystemErrorName ()` ]: util.md#utilgetsystemerrornameerr
45134512[` util .inspect ()` ]: util.md#utilinspectobject-options
45144513[` util .inspect .custom ` ]: util.md#utilinspectcustom
4515- [` util .isArray ()` ]: util.md#utilisarrayobject
45164514[` util .promisify ` ]: util.md#utilpromisifyoriginal
45174515[` util .toUSVString ()` ]: util.md#utiltousvstringstring
45184516[` util .types .isNativeError ` ]: util.md#utiltypesisnativeerrorvalue
You can’t perform that action at this time.
0 commit comments