Welcome to mirror list, hosted at ThFree Co, Russian Federation.

contains.d.ts « dom-utils « lib « package « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6347d87ba6116d0c49bcfd74af1c7ebd59c05fb (plain)
1
export default function contains(parent: Element, child: Element): boolean;