We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895e0a6 commit 792400aCopy full SHA for 792400a
lib/node_modules/@stdlib/array/filled-by/docs/types/index.d.ts
@@ -73,14 +73,10 @@ type Callback = Nullary | Unary;
73
* @returns filled array
74
*
75
* @example
76
-* var randu = require( `@stdlib/random/base/randu` );
77
-*
78
* var arr = filledarrayBy();
79
* // returns <Float64Array>
80
81
82
83
84
* var arr = filledarrayBy( 'float32' );
85
* // returns <Float32Array>
86
*/
0 commit comments