UNPKG

bmad-agent-init

Version:

Windsurf integration for BMAD-METHOD - automatic initialization of bmad-agent in projects

8 lines (7 loc) 229 B
/** * 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;