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 76f2ba6 commit e46f5bbCopy full SHA for e46f5bb
lib/node_modules/@stdlib/assert/is-string-array/docs/types/test.ts
@@ -54,7 +54,7 @@ import isStringArray = require( './index' );
54
isStringArray.objects( [ 'abc' ] ); // $ExpectType boolean
55
}
56
57
-// The compiler throws an error if the `objects method is provided an unsupported number of arguments...
+// The compiler throws an error if the `objects` method is provided an unsupported number of arguments...
58
{
59
isStringArray.objects(); // $ExpectError
60
isStringArray.objects( [ 'abc' ], 123 ); // $ExpectError
0 commit comments