n8n-nodes-base
Version:
Base nodes of n8n
9 lines • 370 B
TypeScript
import type { INodeProperties } from 'n8n-workflow';
import * as del from './del';
import * as download from './download';
import * as getAll from './getAll';
import * as update from './update';
import * as upload from './upload';
export { del, download, getAll, update, upload };
export declare const descriptions: INodeProperties[];
//# sourceMappingURL=index.d.ts.map