UNPKG

dom-helpers

Version:
2 lines (1 loc) 126 B
export default function collectSiblings(node: Element | null, refNode?: Element | null, selector?: string | null): Element[];