first commit
This commit is contained in:
6
node_modules/n8n-workflow/dist/esm/common/get-child-nodes.js
generated
vendored
Normal file
6
node_modules/n8n-workflow/dist/esm/common/get-child-nodes.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { getConnectedNodes } from './get-connected-nodes';
|
||||
import { NodeConnectionTypes } from '../interfaces';
|
||||
export function getChildNodes(connectionsBySourceNode, nodeName, type = NodeConnectionTypes.Main, depth = -1) {
|
||||
return getConnectedNodes(connectionsBySourceNode, nodeName, type, depth);
|
||||
}
|
||||
//# sourceMappingURL=get-child-nodes.js.map
|
||||
Reference in New Issue
Block a user