Repository URL to install this package:
|
Version:
5.0.0-rc.11 ▾
|
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _baseForOwn = require('./_baseForOwn.js');
var _createBaseEach = require('./_createBaseEach.js');
/**
* The base implementation of `_.forEach` without support for iteratee shorthands.
*
* @private
* @param {Array|Object} collection The collection to iterate over.
* @param {Function} iteratee The function invoked per iteration.
* @returns {Array|Object} Returns `collection`.
*/
var baseEach = _createBaseEach.default(_baseForOwn.default);
var _baseEach = baseEach;
exports.__moduleExports = _baseEach;
exports.default = _baseEach;
//# sourceMappingURL=_baseEach.js.map