UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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