We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131e2d2 commit 4615fb0Copy full SHA for 4615fb0
1 file changed
src/utils.ts
@@ -108,4 +108,5 @@ export const safeParseNumberOrTextWithSeparator = (num : number | string | undef
108
minimumFractionDigits: precision,
109
maximumFractionDigits: precision
110
});
111
+}
112
};
0 commit comments