8000 Auto-generated commit · stdlib-js/utils-async-map-values@7eba7ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 7eba7ba

Browse files
committed
Auto-generated commit
1 parent 5df6e70 commit 7eba7ba

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ var limit = require( './limit.js' );
3939
* - Iteration and insertion order are **not** guaranteed.
4040
* - The function only operates on own properties, not inherited properties.
4141
*
42-
*
4342
* @param {Options} [options] - function options
4443
* @param {*} [options.thisArg] - execution context
4544
* @param {PositiveInteger} [options.limit] - maximum number of pending invocations at any one time

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var factory = require( './factory.js' );
3535
* - Iteration and insertion order are **not** guaranteed.
3636
* - The function only operates on own properties, not inherited properties.
3737
*
38-
*
3938
* @param {Object} obj - source object
4039
* @param {Options} [options] - function options
4140
* @param {*} [options.thisArg] - execution context

0 commit comments

Comments
 (0)
0