0202603e21629c90c6e9c956b96a7cd224e2d6befbfc6e7aa9699004f7cec50b.json 558 B

1
  1. {"ast":null,"code":"import baseForOwn from './_baseForOwn.js';\nimport createBaseEach from './_createBaseEach.js';\n\n/**\n * The base implementation of `_.forEach` without support for iteratee shorthands.\n *\n * @private\n * @param {Array|Object} collection The collection to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array|Object} Returns `collection`.\n */\nvar baseEach = createBaseEach(baseForOwn);\nexport default baseEach;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}