From 61d79cd1e161e2d15b765215a15c3564127deba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Rahir=20=28rar=29?= Date: Mon, 16 Dec 2024 07:31:46 +0000 Subject: [PATCH] [FIX] index: export isNumber/isDateTime helper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes odoo/o-spreadsheet#5396 Task: 0 X-original-commit: ab456e6a3c549f87772049e01f6e24a9bcce66a8 Signed-off-by: Lucas Lefèvre (lul) Signed-off-by: Rémi Rahir (rar) --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index b5395b03e6..0ea83f1970 100644 --- a/src/index.ts +++ b/src/index.ts @@ -86,9 +86,11 @@ import { deepEquals, expandZoneOnInsertion, formatValue, + isDateTime, isDefined, isInside, isMarkdownLink, + isNumber, lazy, lettersToNumber, markdownLink, @@ -359,6 +361,8 @@ export const helpers = { splitReference, formatTickValue, sanitizeSheetName, + isNumber, + isDateTime, }; export const links = {