UNPKG

bmad-agent-init

Version:

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

4 lines (3 loc) 215 B
declare type TraverseDirection = 'parentElement' | 'previousElementSibling' | 'nextElementSibling'; export default function collectElements(node: Element | null, direction: TraverseDirection): Element[]; export {};