Merge branch 'main' into refactor-weather-weekly

This commit is contained in:
terraputix
2026-02-15 15:30:39 +01:00
4 changed files with 15 additions and 16 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
export * from './ui.js';
export * from './meteo.js';
export * from './ui.ts';
export * from './meteo.ts';
export const isNumeric = (num: string | number) =>
(typeof num === 'number' || (typeof num === 'string' && num.trim() !== '')) &&