Current File : /home/exataengenharia/public_html/node_modules/collect.js/src/methods/collapse.js
'use strict';

module.exports = function collapse() {
  return new this.constructor([].concat(...this.items));
};