UNPKG

@contentstack/cli-variants

Version:

Variants plugin

7 lines (6 loc) 204 B
/** * Formats the errors into a single string. * @param errors - The errors to be formatted. * @returns The formatted errors as a string. */ export declare function formatErrors(errors: any): string;