Duffer Derek

Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/dom-helpers/cjs/
Upload File :
Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/dom-helpers/cjs/clear.js

"use strict";

exports.__esModule = true;
exports.default = clear;

/**
 * Removes all child nodes from a given node.
 * 
 * @param node the node to clear
 */
function clear(node) {
  if (node) {
    while (node.firstChild) {
      node.removeChild(node.firstChild);
    }

    return node;
  }

  return null;
}

module.exports = exports["default"];

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