doowb / set-getterLinks
Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths
☆13Updated 4 years ago
Alternatives and similar repositories for set-getter
Users that are interested in set-getter are comparing it to the libraries listed below
Sorting:
- Map `visit` over an array of objects.☆17Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Updated 4 years ago
- A cache for managing namespaced sub-caches☆14Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- A list of objects bound by prototype chain☆20Updated last year
- Extend object A with the properties of object B. node.js/javascript util.