Skip to content

Commit 414997d

Browse files
committed
Auto-generated commit
1 parent 3d0ca00 commit 414997d

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/return_pairs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var hasOwnProp = require( '@stdlib/assert-has-own-property' );
3232
*
3333
* - We need to cache the object value to prevent the edge case where, during the invocation of the indicator function, the value at key `k` is swapped for some other value. For some, that might be a feature; here, we take the stance that one should be less clever.
3434
*
35-
*
3635
* @private
3736
* @param {(Object|Array|TypedArray)} obj - input object
3837
* @param {Options} opts - function options

lib/return_values.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var hasOwnProp = require( '@stdlib/assert-has-own-property' );
3232
*
3333
* - We need to cache the object value to prevent the edge case where, during the invocation of the indicator function, the value at key `k` is swapped for some other value. For some, that might be a feature; here, we take the stance that one should be less clever.
3434
*
35-
*
3635
* @private
3736
* @param {(Object|Array|TypedArray)} obj - input object
3837
* @param {Options} opts - function options

0 commit comments

Comments
 (0)