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 6909980 commit d01e747Copy full SHA for d01e747
.github/.keepalive
lib/main.js
@@ -35,7 +35,6 @@ var format = require( '@stdlib/string-format' );
35
* - The condition is evaluated **after** executing the function to invoke; thus, the provided function **always** executes at least once.
36
* - If provided an empty collection, the function invokes the provided function with the collection index set to `undefined`.
37
*
38
-*
39
* @param {Collection} collection - input collection
40
* @param {Function} fcn - function to invoke
41
* @param {Function} predicate - function which indicates whether to continue iterating over a collection
0 commit comments