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