UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 151 B
export declare const splitByComma: (str: string) => string[]; export declare const parseRegex: (input: string) => import("n8n-workflow").RegexLiteral;