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 dcbd0fb commit a71dcb9Copy full SHA for a71dcb9
.github/.keepalive
lib/factory.js
@@ -43,7 +43,6 @@ var limit = require( './limit.js' );
43
* - 1: value count
44
* - 2: frequency percentage
45
*
46
-*
47
* @param {Options} [options] - function options
48
* @param {*} [options.thisArg] - execution context
49
* @param {PositiveInteger} [options.limit] - maximum number of pending invocations at any one time
lib/main.js
@@ -38,7 +38,6 @@ var factory = require( './factory.js' );
38
39
40
41
42
* @param {Collection} collection - input collection
0 commit comments