Files
n8n-nodes-gwezz-changdunovel/node_modules/comment-parser/es6/transforms/index.js
2025-10-26 23:10:15 +08:00

4 lines
112 B
JavaScript

export function flow(...transforms) {
return (block) => transforms.reduce((block, t) => t(block), block);
}