/var/www/cobraambalaj/node_modules/collect.js/src/methods
Edit: /var/www/cobraambalaj/node_modules/collect.js/src/methods/values.js (158B)
'use strict';
const getValues = require('../helpers/values');
module.exports = function values() {
return new this.constructor(getValues(this.items));
};