@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
9 lines • 392 B
TypeScript
import { ErrorObject } from 'ajv';
/**
* Formats an array of schema validation errors.
* @param errors An array of error messages to format.
* @returns Formatted error message
* Based on https://github.com/eslint/eslint/blob/master/lib/shared/config-validator.js#L237-L261
*/
export declare function formatErrors(errors: ErrorObject[]): string;
//# sourceMappingURL=formatErrors.d.ts.map