mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-23 16:09:11 +00:00
chore: create import map utilities
This commit is contained in:
@@ -23,3 +23,10 @@ export { deepmerge } from './src/externals/deepmerge.js';
|
||||
|
||||
// generic utilities
|
||||
export { isNumeric } from './src/types/types.js';
|
||||
// feature business logic - excel import
|
||||
export {
|
||||
type ExcelImportMap,
|
||||
type ExcelImportOptions,
|
||||
defaultExcelImportMap,
|
||||
isExcelImportMap,
|
||||
} from './src/feature/excel-import/excelImport.js';
|
||||
|
||||
Reference in New Issue
Block a user