8889841chome/clixcotz/mars.clix.co.tz/node_modules/collect.js/src/methods/whereInstanceOf.js000066600000000170150535763710024676 0ustar00'use strict'; module.exports = function whereInstanceOf(type) { return this.filter(item => item instanceof type); };