n8n-nodes-base
Version:
Base nodes of n8n
7 lines • 324 B
TypeScript
import type { IDataObject } from 'n8n-workflow';
import type { IValueData, Cheerio } from './types';
/**
* Simple helper function which applies options
*/
export declare function getValue($: Cheerio, valueData: IValueData, options: IDataObject, nodeVersion: number): string | undefined;
//# sourceMappingURL=utils.d.ts.map