8000 Auto-generated commit · stdlib-js/utils-map-keys@53bf461 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53bf461

Browse files
committed
Auto-generated commit
1 parent 4091a2f commit 53bf461

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/.keepalive

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

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var format = require( '@stdlib/string-format' );
3535
* - Iteration order is **not** guaranteed.
3636
* - We need to cache an object value to prevent the edge case where, during the invocation of the transform function, the value corresponding to a particular key is swapped for some other value. For some, that might be a feature; here, we take the stance that one should be less clever.
3737
*
38-
*
3938
* @param {Object} obj - source object
4039
* @param {Function} transform - transform function
4140
* @throws {TypeError} first argument must be an object

0 commit comments

Comments
 (0)
0