UNPKG

@puq/testing

Version:

The library offers a collection of robust utilities designed to enhance test quality, streamline testing processes, and minimize the time and effort required for effective test implementation.

3 lines 187 B
import type { ValidationError } from 'class-validator'; export declare function extractConstraints(errors?: ValidationError[]): string[]; //# sourceMappingURL=extract-constraints.d.ts.map