Files
chinese-family-tree-2/node_modules/.pnpm/dom-helpers@5.2.1/node_modules/dom-helpers/esm/contains.d.ts
T
freedakgmail 43c8389705 0.0.0.1
2025-11-22 19:52:55 +08:00

8 lines
229 B
TypeScript

/**
* Checks if an element contains another given element.
*
* @param context the context element
* @param node the element to check
*/
export default function contains(context: Element, node: Element): boolean | undefined;