nested-properties topic
List
nested-properties repositories
deep-keys
23
Stars
9
Forks
Watchers
Create an array composed of the own enumerable property names (including nested) of an object.
selectn.js
195
Stars
16
Forks
Watchers
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
postcss-nested-props
58
Stars
4
Forks
Watchers
PostCSS plugin to unwrap nested properties.
get
18
Stars
2
Forks
Watchers
🚚 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 t...