UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 214 B
export declare function redactSecretKeys(value: unknown): unknown; export declare function truncateForLlm(serialized: string, maxLength?: number): string; export declare function isSecretKey(key: string): boolean;