UNPKG

n8n-nodes-mallabe-websites

Version:

n8n community node that allows the to get website status, thumbnail and icon using Mallabe Websites

6 lines (5 loc) 275 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class MallabeWebsites implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }