UNPKG

nested-object-to-key-value

Version:

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.

3 lines 99 B
export * from "./flattenJson"; export * from "./unflattenJson"; //# sourceMappingURL=index.d.ts.map