UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

8 lines (6 loc) 138 B
function raise() { if (this.nextSibling) this.parentNode.appendChild(this); } export default function() { return this.each(raise); }