We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540e1ff commit 06db87cCopy full SHA for 06db87c
lib/node_modules/@stdlib/array/filled/docs/types/test.ts
@@ -81,7 +81,7 @@ function next(): any {
81
filledarray( 1.0, buf, 8, 2, 'int16' ); // $ExpectType TypedArray
82
}
83
84
-// The compiler throws an error if the function is not provided a valid length, typed array, array-like object, or `ArrayBuffer` argument...
+// The compiler throws an error if the function is not provided a valid length, typed array, array-like object, `ArrayBuffer`, or iterable argument...
85
{
86
filledarray( 1.0, false ); // $ExpectError
87
filledarray( 1.0, true ); // $ExpectError
0 commit comments