UNPKG

n8n-nodes-crawl4ai

Version:

n8n nodes for Crawl4AI web crawler and data extraction

3 lines (2 loc) 165 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function router(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;