UNPKG

@globalping/n8n-nodes-globalping

Version:

The Globalping n8n node allows you to perform network measurements such as ping, traceroute, mtr, http and DNS lookups from thousands of locations around the world.

8 lines (7 loc) 203 B
import type { INodeProperties } from 'n8n-workflow'; export declare const httpOptions: { name: string; value: string; action: string; }[]; export declare const httpFields: INodeProperties[];