Merge branch 'main' into refactor-weather-weekly
This commit is contained in:
@@ -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() !== '')) &&
|
||||
|
||||
Reference in New Issue
Block a user