Skip to content

Commit

Permalink
[FIX] index: export isNumber/isDateTime helper
Browse files Browse the repository at this point in the history
closes #5398

Task: 0
X-original-commit: ab456e6
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Jan 2, 2025
1 parent 8a21728 commit f8d8353
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ import {
deepEquals,
expandZoneOnInsertion,
formatValue,
isDateTime,
isDefined,
isInside,
isMarkdownLink,
isNumber,
lazy,
lettersToNumber,
markdownLink,
Expand Down Expand Up @@ -340,6 +342,8 @@ export const helpers = {
areDomainArgsFieldsValid,
splitReference,
sanitizeSheetName,
isNumber,
isDateTime,
};

export const links = {
Expand Down

0 comments on commit f8d8353

Please sign in to comment.