contains.d.ts 98 B

1
  1. export default function contains(root: HTMLElement | null | undefined, n?: HTMLElement): boolean;