{"version":3,"file":"_countHolders.cjs","sources":["../../../../../../../.yarn/berry/cache/lodash-es-npm-4.18.1-02cf41b912-10c0.zip/node_modules/lodash-es/_countHolders.js"],"sourcesContent":["/**\n * Gets the number of `placeholder` occurrences in `array`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} placeholder The placeholder to search for.\n * @returns {number} Returns the placeholder count.\n */\nfunction countHolders(array, placeholder) {\n  var length = array.length,\n      result = 0;\n\n  while (length--) {\n    if (array[length] === placeholder) {\n      ++result;\n    }\n  }\n  return result;\n}\n\nexport default countHolders;\n"],"names":[],"mappings":";AAQA,SAAS,aAAa,OAAO,aAAa;AACxC,MAAI,SAAS,MAAM,QACf,SAAS;AAEb,SAAO,UAAU;AACf,QAAI,MAAM,MAAM,MAAM,aAAa;AACjC,QAAE;AAAA,IACJ;AAAA,EACF;AACA,SAAO;AACT;;","x_google_ignoreList":[0]}