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 fc0bef7 commit 6d69679Copy full SHA for 6d69679
lib/node_modules/@stdlib/stats/array/nanmax-by/docs/types/test.ts
@@ -42,7 +42,7 @@ function accessor(): number {
42
nanmaxBy( new AccessorArray( x ), accessor, {} ); // $ExpectType number
43
}
44
45
-// The compiler throws an error if the function is provided a first argument which is not a numeric array...
+// The compiler throws an error if the function is provided a first argument which is not an array-like object...
46
{
47
nanmaxBy( 10, accessor ); // $ExpectError
48
nanmaxBy( true, accessor ); // $ExpectError
0 commit comments