Duffer Derek

Current Path : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/dom-helpers/esm/
Upload File :
Current File : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/dom-helpers/esm/collectSiblings.js

import matches from './matches';
export default function collectSiblings(node, refNode, selector) {
  if (refNode === void 0) {
    refNode = null;
  }

  if (selector === void 0) {
    selector = null;
  }

  var siblings = [];

  for (; node; node = node.nextElementSibling) {
    if (node !== refNode) {
      if (selector && matches(node, selector)) {
        break;
      }

      siblings.push(node);
    }
  }

  return siblings;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists