diff options
author | Alexander Early <alexander.early@gmail.com> | 2022-01-09 16:39:17 -0800 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2022-01-09 16:39:17 -0800 |
commit | c1121ad9f7e2e211e180e0c174f828fa56f0a54a (patch) | |
tree | e668968a3945c053c95cb9ba2b2af7bd93e45866 /docs/v3/mapValuesLimit.js.html | |
parent | 62943cac64876328780792319a37da7f7b3966dd (diff) | |
download | async-c1121ad9f7e2e211e180e0c174f828fa56f0a54a.tar.gz |
update docs for v3.2.3
Diffstat (limited to 'docs/v3/mapValuesLimit.js.html')
-rw-r--r-- | docs/v3/mapValuesLimit.js.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/v3/mapValuesLimit.js.html b/docs/v3/mapValuesLimit.js.html index 7f7dc07..37f978f 100644 --- a/docs/v3/mapValuesLimit.js.html +++ b/docs/v3/mapValuesLimit.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 './internal/eachOfLimit' -import awaitify from './internal/awaitify' -import once from './internal/once'; -import wrapAsync from './internal/wrapAsync'; + <pre class="prettyprint source linenums"><code>import eachOfLimit from './internal/eachOfLimit.js' +import awaitify from './internal/awaitify.js' +import once from './internal/once.js' +import wrapAsync from './internal/wrapAsync.js' /** * The same as [`mapValues`]{@link module:Collections.mapValues} but runs a maximum of `limit` async operations at a |