function removeChildren()

in src/ConfigParser/ConfigParser.js [513:515]


function removeChildren (el, selector) {
    el.findall(selector).forEach(child => el.remove(child));
}