Skip to content

Commit

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

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
  • Loading branch information
rrahir committed Jan 2, 2025
1 parent 54c59ca commit 0277eb9
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 @@ -47,8 +47,10 @@ import {
createCurrencyFormat,
deepEquals,
formatValue,
isDateTime,
isDefined,
isMarkdownLink,
isNumber,
lazy,
lettersToNumber,
markdownLink,
Expand Down Expand Up @@ -225,6 +227,8 @@ export const helpers = {
createActions,
transformRangeData,
deepEquals,
isNumber,
isDateTime,
};

export const links = {
Expand Down

0 comments on commit 0277eb9

Please sign in to comment.