/var/www/cobraambalaj/node_modules/collect.js/dist/methods
Edit: /var/www/cobraambalaj/node_modules/collect.js/dist/methods/firstWhere.js (137B)
'use strict';
module.exports = function firstWhere(key, operator, value) {
return this.where(key, operator, value).first() || null;
};