UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 557 B
import type { IExecuteFunctions, INodeExecutionData, GenericValue } from 'n8n-workflow'; export declare const prepareFieldsArray: (fields: string | string[], fieldName?: string) => string[]; export declare function sortByCode(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>; export declare function addBinariesToItem(newItem: INodeExecutionData, items: INodeExecutionData[], uniqueOnly?: boolean): INodeExecutionData; export declare function typeToNumber(value: GenericValue): number; //# sourceMappingURL=utils.d.ts.map