UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 194 B
import type { IDataObject } from 'n8n-workflow'; type DataValue = IDataObject[string]; export declare function extractAndClear(obj: IDataObject, path: string): DataValue | undefined; export {};