{"version":3,"file":"_baseForOwn-CzmepGXx.js","sources":["../../../node_modules/lodash/_baseForOwn.js"],"sourcesContent":["var baseFor = require('./_baseFor'),\n keys = require('./keys');\n\n/**\n * The base implementation of `_.forOwn` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Object} Returns `object`.\n */\nfunction baseForOwn(object, iteratee) {\n return object && baseFor(object, iteratee, keys);\n}\n\nmodule.exports = baseForOwn;\n"],"names":["baseFor","require$$0","keys","require$$1","_baseForOwn","object","iteratee"],"mappings":"+CAAA,IAAIA,EAAUC,EACVC,EAAOC,EAcX,IAAAC,EAJA,SAAoBC,EAAQC,GAC1B,OAAOD,GAAUL,EAAQK,EAAQC,EAAUJ,EAC7C","x_google_ignoreList":[0]}