UNPKG

meru-stablecoin-lib

Version:

A comprehensive TypeScript library for stablecoin operations including encryption utilities, error handling, and validation tools

5 lines 212 B
export declare class ValidationError extends Error { errors: Record<string, string[]>; constructor(message: string, errors: Record<string, string[]>); } //# sourceMappingURL=validation-error.util.d.ts.map