// src/scripts/isDescendant.ts function isDescandent(context, element) { return context.contains(element); } export { isDescandent as default };