mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -25,6 +25,6 @@ import keysIn from './keysIn.js';
|
||||
* _.toPairsIn(new Foo);
|
||||
* // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed)
|
||||
*/
|
||||
var toPairsIn = createToPairs(keysIn);
|
||||
const toPairsIn = createToPairs(keysIn);
|
||||
|
||||
export default toPairsIn;
|
||||
|
||||
Reference in New Issue
Block a user