UNPKG

superdom

Version:
5 lines (4 loc) 171 B
// Change the current node selection dom.api.navigate = {}; dom.api.navigate.parent = node => node.parentNode || false; dom.api.navigate.children = node => node.children;