Releases: yopem/utils
Releases · yopem/utils
@yopem/object-parser@0.0.1
feat(object-parser): add initial object parser utility Add the initial implementation of the @yopem/object-parser package. This utility provides safe access and validation for nested object properties, including type checks and helpful error messages. Includes configuration files, documentation, and build scripts.
@yopem/try-catch@0.0.2
Patch Changes
f7cd035
Thanks @karyanayandi! - feat(try-catch):
support sync functions and improve types