UNPKG

@blockquote/frontend-utilities

Version:

Utilities for managing the DOM, handling events, and performing various common tasks in frontend development.

2 lines (1 loc) 132 B
export function getFirstAndLastItems(walker: IterableIterator<HTMLElement>): [first: HTMLElement | null, last: HTMLElement | null];