UNPKG

@blockquote/frontend-utilities

Version:

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

14 lines (13 loc) 758 B
export { composedAncestors } from "./composedAncestors.js"; export { deepContains } from "./deepContains.js"; export { getDeepActiveElement } from "./getDeepActiveElement.js"; export { getFirstAndLastItems } from "./getFirstAndLastItems.js"; export { htmlStructureSnapshot } from "./htmlStructureSnapshot.js"; export { isClickInsideRect } from "./isClickInsideRect.js"; export { isElementInvisible } from "./isElementInvisible.js"; export { isFocusable } from "./isFocusable.js"; export { LRUMap } from "./LruMap.js"; export { randomID } from "./randomID.js"; export { urlToPlainObject } from "./urlToPlainObject.js"; export { walkComposedTree } from "./walkComposedTree.js"; export { redispatchEvent, redispatchEventFromEvent } from "./redispatchEvent.js";