refactor: create utility for nested templates

This commit is contained in:
Carlos Valente
2025-01-12 09:57:29 +01:00
committed by Carlos Valente
parent 7baa6a4ab9
commit aa929fd0dc
5 changed files with 38 additions and 1 deletions
+3 -1
View File
@@ -63,7 +63,9 @@ export { customFieldLabelToKey } from './src/customField-utils/customFieldLabelT
export { deepmerge } from './src/externals/deepmerge.js';
// array utils
export { deleteAtIndex, insertAtIndex, reorderArray } from './src/array-utils/arrayUtils.js';
export { deleteAtIndex, insertAtIndex, reorderArray } from './src/common/arrayUtils.js';
// object utils
export { getPropertyFromPath } from './src/common/objectUtils.js';
// generic utilities
export { getErrorMessage } from './src/generic/generic.js';