contains.d.ts 84 Bytes Raw Blame History Permalink 1 export default function contains(root: Node | null | undefined, n?: Node): boolean;