1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

fix(object-util): Typescript outputing error when using object with undefined

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-08 13:58:41 +01:00
parent 49f16223c3
commit ddb0a4820a
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.4.5] - 2022-12-08
### Fixed
- Typescript returning errors when object can contains undefined
## [1.4.4] - 2022-12-08
### Fixed