UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines 262 B
import { ErrorObject } from 'ajv'; /** * Convert AJV errors to human readable messages * @param allErrors The AJV errors to describe */ export declare function describeErrors(allErrors: ErrorObject[]): string[]; //# sourceMappingURL=validation-errors.d.ts.map