@oops365/typed-object-paths
v0.1.0
Published
Type-safe deep path access utilities for Typescript objects
Maintainers
Readme
@oops365/typed-object-paths
Type-safe deep path access utilities for TypeScript objects
✨ Features
- ✅ Strictly typed dot-path access (
getValue) - ✅ Type-safe updates (
setValue) - ✅ Deep path inference (
AllPaths<T>) - ✅ Tiny footprint, no runtime dependencies
- ✅ Written in modern TypeScript
📦 Installation
npm install @oops365/typed-object-paths