| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Use property paths (`a.b.c`) get a nested value from an object.
Set nested properties on an object using dot-notation.
♻️ Get, set, or delete nested properties of process.env using a dot path
Expand deeply nested values from an object, with support for advanced features
🚚 A really small and type-safe (requires TypeScript >= 4.1.3) function, that gets a nested value from an object using a path string (like "a.b[0].d"). If value is 'undefined' or unreachable returns the placeholder instead.
Creates an object composed of the picked object properties from a nested object using a dot path or custom separator
Get a property from a nested object using a dot path or custom separator
Set nested values on an object using a dot path or custom separator
Add a description, image, and links to the dot-prop topic page so that developers can more easily learn about it.
To associate your repository with the dot-prop topic, visit your repo's landing page and select "manage topics."
| Back | FazBrowse Home | New Git URL |