UNPKG

@agentic-intelligence/dom-engine

Version:

Agentic DOM Intelligence - A lightweight TypeScript library for DOM analysis and manipulation, designed for web automation and AI agents

10 lines 523 B
/** * DOM Engine - TypeScript library for DOM analysis and manipulation * * @packageDocumentation */ export { getInteractiveContext } from './core/dom-engine'; export { scrollToNewContent } from './actions/scroll'; export { executeActions } from './actions/executor'; export type { DOMExtractionResult, CategorizedElements, InteractiveElementInfo, ScrollResult, InteractiveElementType, DOMAnalysisOptions, DOMContext, Action, ActionResult, ActionsResult, ActionType } from './types'; //# sourceMappingURL=index.d.ts.map