UNPKG

@rxap/n8n-utilities

Version:

This package provides utility functions and classes for n8n nodes, including custom authentication methods (Bearer Auth, Oauth2 Proxy Auth, Base URL), a decorator for capturing execution errors, and base classes for creating nodes from OpenAPI specificati

2 lines (1 loc) 139 B
export declare function CaptureExecutionError(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;