UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

9 lines (7 loc) 153 B
function remove() { var parent = this.parentNode; if (parent) parent.removeChild(this); } export default function() { return this.each(remove); }