@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 +1 -1
- package/dist/index.es.js +249 -249
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +11 -4
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
|
|
260
|
+
export declare function translateError(error: ErrorObject): string;
|
|
261
261
|
|
|
262
262
|
export { }
|