UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 397 B
import type { INodeExecutionData, IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare const capitalizeHeader: (header: string, capitalize?: boolean) => string; export declare class Html implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Html.node.d.ts.map