chore: create import map utilities

This commit is contained in:
cv
2023-09-27 12:15:50 +02:00
parent b8188c7485
commit 52ca04e063
2 changed files with 51 additions and 0 deletions
+7
View File
@@ -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';