UNPKG

bmad-agent-init

Version:

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

7 lines (6 loc) 147 B
/** * Removes a given node from the DOM. * * @param node the node to remove */ export default function remove(node: Node | null): Node | null;