We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b6bb6 commit d99a955Copy full SHA for d99a955
lib/node_modules/@stdlib/utils/do-while-each/docs/repl.txt
@@ -21,13 +21,13 @@
21
Input collection over which to iterate. If provided an object, the
22
object must be array-like (excluding strings and functions).
23
24
+ fcn: Function
25
+ The function to invoke for each element in a collection.
26
+
27
predicate: Function
28
The predicate function which indicates whether to continue iterating
29
over a collection.
30
- fcn: Function
- The function to invoke for each element in a collection.
-
31
thisArg: any (optional)
32
Execution context for the applied function.
33
0 commit comments