8889841chome/clixcotz/mars.clix.co.tz/node_modules/collect.js/dist/methods/count.js000066600000000332150544112610023101 0ustar00'use strict'; module.exports = function count() { var arrayLength = 0; if (Array.isArray(this.items)) { arrayLength = this.items.length; } return Math.max(Object.keys(this.items).length, arrayLength); };