offers simple transformations for object literals
A lightweight utility to flatten nested JavaScript objects into dot-notation key-value pairs and unflatten them back. Perfect for handling complex configurations, form data, or API transformations.
Transforms deeply nested object, array, Map, and Set keys between common case formats while preserving TypeScript type safety
A tiny lib for object field's normalization