{"version":3,"file":"vendors-lodash~my-page-app~PosterListBlock~26bc6b04a3c6c1472bb66b11d9838c6c.chunk.e2445f9269cf8fd9bc7d.js","mappings":"sFAAA,IAAIA,EAAK,EAAQ,OACbC,EAAc,EAAQ,OACtBC,EAAU,EAAQ,OAClBC,EAAW,EAAQ,OA0BvBC,EAAOC,QAdP,SAAwBC,EAAOC,EAAOC,GACpC,IAAKL,EAASK,GACZ,OAAO,EAET,IAAIC,SAAcF,EAClB,SAAY,UAARE,EACKR,EAAYO,IAAWN,EAAQK,EAAOC,EAAOE,QACrC,UAARD,GAAoBF,KAASC,IAE7BR,EAAGQ,EAAOD,GAAQD,EAG7B,C","sources":["webpack://Kristiania.Web/./node_modules/lodash/_isIterateeCall.js"],"sourcesContent":["var eq = require('./eq'),\n isArrayLike = require('./isArrayLike'),\n isIndex = require('./_isIndex'),\n isObject = require('./isObject');\n\n/**\n * Checks if the given arguments are from an iteratee call.\n *\n * @private\n * @param {*} value The potential iteratee value argument.\n * @param {*} index The potential iteratee index or key argument.\n * @param {*} object The potential iteratee object argument.\n * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\n * else `false`.\n */\nfunction isIterateeCall(value, index, object) {\n if (!isObject(object)) {\n return false;\n }\n var type = typeof index;\n if (type == 'number'\n ? (isArrayLike(object) && isIndex(index, object.length))\n : (type == 'string' && index in object)\n ) {\n return eq(object[index], value);\n }\n return false;\n}\n\nmodule.exports = isIterateeCall;\n"],"names":["eq","isArrayLike","isIndex","isObject","module","exports","value","index","object","type","length"],"sourceRoot":""}