Files
ServiceManager/frontend/node_modules/dom-helpers/esm/matches.d.ts
2026-01-01 17:40:53 +01:00

8 lines
194 B
TypeScript

/**
* Checks if a given element matches a selector.
*
* @param node the element
* @param selector the selector
*/
export default function matches(node: Element, selector: string): boolean;