[EDIT] FILE: _baseEach.js.tar
home/koolde6/public_html/lovestrong/server/node_modules/lodash/_baseEach.js 0000755 00000000707 15073710627 0023207 0 ustar 00 var baseForOwn = require('./_baseForOwn'), createBaseEach = require('./_createBaseEach'); /** * 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(baseForOwn); module.exports = baseEach; home/koolde6/public_html/lovestrong/frontend/node_modules/lodash/_baseEach.js 0000755 00000000707 15076735000 0023513 0 ustar 00 var baseForOwn = require('./_baseForOwn'), createBaseEach = require('./_createBaseEach'); /** * 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(baseForOwn); module.exports = baseEach;
SAVE
CANCEL