Create nested values and any intermediaries using dot notation ('a.b.c'
) paths.
typescript utility types including deep-strict-omit and pick type
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.
Vue.set with dot notation support ('a.b.c'
) paths.
Set nested properties on an object using dot notation.