UNPKG

n8n-nodes-aes

Version:

n8n community node to encrypt and decrypt data using crypto-js.

6 lines (5 loc) 268 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Aes implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }