mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
4 lines
278 B
TypeScript
4 lines
278 B
TypeScript
export declare function normalizeNodeType(nodeType: string): string;
|
|
export declare function getNodeTypeAlternatives(nodeType: string): string[];
|
|
export declare function getWorkflowNodeType(packageName: string, nodeType: string): string;
|
|
//# sourceMappingURL=node-utils.d.ts.map
|