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

5 lines (4 loc) 209 B
import { Tree } from '@nx/devkit'; import { InitGeneratorSchema } from './schema'; export declare function initGenerator(tree: Tree, options: InitGeneratorSchema): Promise<void>; export default initGenerator;