UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 174 B
import type { INodeProperties } from 'n8n-workflow'; import * as analyze from './analyze.operation'; export { analyze }; export declare const description: INodeProperties[];