Files
ontime/packages/utils/src/externals/deepmerge.ts
T
Carlos Valente 45fe669f0a feat: excel import (#527)
* refactor: simplify excel import

* chore: add external deepmerge utility

* chore: create import map utilities

* chore: increase size limits on uploads

* style: small presentation tweaks

* feat: resolve times on excel import, refs #508
2023-11-11 14:28:43 +01:00

3 lines
108 B
TypeScript

// evaluating the library, we re-export to make it easy to detach
export { deepmerge } from 'deepmerge-ts';