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.
ndarray
1 parent 7214668 commit 908b8bbCopy full SHA for 908b8bb
1 file changed
lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts
@@ -208,10 +208,7 @@ interface Namespace {
208
*
209
* // Perform reduction:
210
* var out = ns.anyBy( x, isPositive );
211
- * // returns <ndarray>
212
- *
213
- * var v = out.get();
214
- * // returns true
+ * // returns <ndarray>[ true ]
215
216
* @example
217
* var Float64Array = require( '@stdlib/array/float64' );
@@ -244,10 +241,7 @@ interface Namespace {
244
241
245
242
246
243
* var out = ns.anyBy.assign( x, y, isPositive );
247
248
249
250
251
*/
252
anyBy: typeof anyBy;
253
0 commit comments