@socotra/ec-react-utils 2.5.1-next.4 → 2.5.1-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -257,6 +257,6 @@ export declare const splitInputAndQuantifier: (input: string | undefined) => {
257
257
  quantifier: "" | "*" | "?" | "+" | "!";
258
258
  };
259
259
 
260
- export declare function transformErrors(errors: ErrorObject<string, Record<string, any>, unknown>[] | null | undefined): ErrorObject<string, Record<string, any>, unknown>[] | undefined;
260
+ export declare function translateError(error: ErrorObject): string;
261
261
 
262
262
  export { }