dot-prop topic

List dot-prop repositories

set-value

269
Stars
42
Forks
Watchers

Set nested properties on an object using dot-notation.

get-value

243
Stars
26
Forks
Watchers

Use property paths (`a.b.c`) get a nested value from an object.

env-dot-prop

33
Stars
2
Forks
Watchers

♻️ Get, set, or delete nested properties of process.env using a dot path

get

17
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...

expand-value

17
Stars
1
Forks
Watchers

Expand deeply nested values from an object, with support for advanced features