UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 206 B
import { type IExecuteFunctions, type INodeExecutionData } from 'n8n-workflow'; export declare function router(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; //# sourceMappingURL=router.d.ts.map