UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 123 B
import type { INode } from 'n8n-workflow'; export declare function groupNodesByType(nodes: INode[]): Map<string, INode[]>;