Skip to content

Commit

Permalink
Never used, don't need to export it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Feb 6, 2025
1 parent a84142f commit 7a76484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/translations/interval.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const intervalRegexp =
const intervalRegexp =
/^({\s*(\-?\d+(\.\d+)?[\s*,\s*\-?\d+(\.\d+)?]*)\s*})|([\[\]])\s*(-Inf|\*|\-?\d+(\.\d+)?)\s*,\s*(\+?Inf|\*|\-?\d+(\.\d+)?)\s*([\[\]])$/;
export const anyIntervalRegexp =
/({\s*(\-?\d+(\.\d+)?[\s*,\s*\-?\d+(\.\d+)?]*)\s*})|([\[\]])\s*(-Inf|\*|\-?\d+(\.\d+)?)\s*,\s*(\+?Inf|\*|\-?\d+(\.\d+)?)\s*([\[\]])/;
Expand Down

0 comments on commit 7a76484

Please sign in to comment.