CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/collect.js/src/methods/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/collect.js/src/methods/concat.js

'use strict';

const clone = require('../helpers/clone');

module.exports = function concat(collectionOrArrayOrObject) {
  let list = collectionOrArrayOrObject;

  if (collectionOrArrayOrObject instanceof this.constructor) {
    list = collectionOrArrayOrObject.all();
  } else if (typeof collectionOrArrayOrObject === 'object') {
    list = [];
    Object.keys(collectionOrArrayOrObject).forEach((property) => {
      list.push(collectionOrArrayOrObject[property]);
    });
  }

  const collection = clone(this.items);

  list.forEach((item) => {
    if (typeof item === 'object') {
      Object.keys(item).forEach(key => collection.push(item[key]));
    } else {
      collection.push(item);
    }
  });

  return new this.constructor(collection);
};
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY