utility functions for deeply nested objects
-
Updated
Jan 6, 2021 - JavaScript
utility functions for deeply nested objects
A deeply observable Proxy with safe auto-vivification. Accessing missing paths returns 'Ghost' proxies that materialize upon assignment. Features comprehensive mutation, deletion, and undefined-access tracking via configurable callbacks (onMutation, onUndefined, onError).
To associate your repository with the deep-object topic, visit your repo's landing page and select "manage topics."