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/crossJoin.js

'use strict';

module.exports = function crossJoin(...values) {
  function join(collection, constructor, args) {
    let current = args[0];

    if (current instanceof constructor) {
      current = current.all();
    }

    const rest = args.slice(1);
    const last = !rest.length;
    let result = [];

    for (let i = 0; i < current.length; i += 1) {
      const collectionCopy = collection.slice();
      collectionCopy.push(current[i]);

      if (last) {
        result.push(collectionCopy);
      } else {
        result = result.concat(join(collectionCopy, constructor, rest));
      }
    }

    return result;
  }

  return new this.constructor(join([], this.constructor, [].concat([this.items], values)));
};
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