Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
node_modules
/
dom-helpers
/
cjs
/
Filename :
contains.d.ts
back
Copy
/** * 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;