UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 138 B
import type { SchemaObj } from 'convict'; export declare const ensureStringArray: (values: string[], { env }: SchemaObj<string>) => void;