UNPKG

bmad-agent-init

Version:

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

10 lines (7 loc) 222 B
"use strict"; exports.__esModule = true; exports.default = isDocument; function isDocument(element) { return 'nodeType' in element && element.nodeType === document.DOCUMENT_NODE; } module.exports = exports["default"];