UNPKG

@hyperbrowser/n8n-nodes

Version:

n8n node for Hyperbrowser - enabling web scraping, crawling, and AI-powered data extraction in your workflows

6 lines (5 loc) 272 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Hyperbrowser implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }