Skip to content

Commit

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

Task: 0
X-original-commit: 0277eb9
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 a036569 commit d8f81f1
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 @@ -68,9 +68,11 @@ import {
deepEquals,
expandZoneOnInsertion,
formatValue,
isDateTime,
isDefined,
isInside,
isMarkdownLink,
isNumber,
lazy,
lettersToNumber,
markdownLink,
Expand Down Expand Up @@ -270,6 +272,8 @@ export const helpers = {
expandZoneOnInsertion,
reduceZoneOnDeletion,
unquote,
isNumber,
isDateTime,
};

export const links = {
Expand Down

0 comments on commit d8f81f1

Please sign in to comment.