UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 213 B
import type { BooleanLicenseFeature } from '../Interfaces'; export declare const Licensed: (features: BooleanLicenseFeature | BooleanLicenseFeature[]) => (target: Function | object, handlerName?: string) => void;