summaryrefslogtreecommitdiff
path: root/docs/v3/eachLimit.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/eachLimit.js.html')
-rw-r--r--docs/v3/eachLimit.js.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/v3/eachLimit.js.html b/docs/v3/eachLimit.js.html
index 5a3f085..e8b6a5b 100644
--- a/docs/v3/eachLimit.js.html
+++ b/docs/v3/eachLimit.js.html
@@ -30,7 +30,7 @@
</div>
<ul class="nav navbar-nav">
<li id="version-dropdown" class="dropdown">
- <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.2 <span class="caret"></span>
+ <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.3 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../v3/">v3.0.x</a></li>
@@ -75,10 +75,10 @@
<section>
<article>
- <pre class="prettyprint source linenums"><code>import eachOfLimit from &apos;./internal/eachOfLimit&apos;;
-import withoutIndex from &apos;./internal/withoutIndex&apos;;
-import wrapAsync from &apos;./internal/wrapAsync&apos;;
-import awaitify from &apos;./internal/awaitify&apos;
+ <pre class="prettyprint source linenums"><code>import eachOfLimit from &apos;./internal/eachOfLimit.js&apos;
+import withoutIndex from &apos;./internal/withoutIndex.js&apos;
+import wrapAsync from &apos;./internal/wrapAsync.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
/**
* The same as [`each`]{@link module:Collections.each} but runs a maximum of `limit` async operations at a time.