UNPKG

n8n-nodes-tess-ai-by-pareto

Version:

n8n community node for interacting with the Tess API by Pareto

11 lines (9 loc) 150 B
import { TessApi } from './nodes/TessApi/TessApi.node'; module.exports = { nodes: [ { type: 'node', class: TessApi, }, ], };