contains.d.ts 76 Bytes
export default function contains(parent: Element, child: Element): boolean;