mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Apply let/const transform.
This commit is contained in:
@@ -9,6 +9,6 @@ import createBaseEach from './_createBaseEach.js';
|
||||
* @param {Function} iteratee The function invoked per iteration.
|
||||
* @returns {Array|Object} Returns `collection`.
|
||||
*/
|
||||
var baseEach = createBaseEach(baseForOwn);
|
||||
const baseEach = createBaseEach(baseForOwn);
|
||||
|
||||
export default baseEach;
|
||||
|
||||
Reference in New Issue
Block a user