Runtime type checking for React props and similar objects.
Extend an object with the properties of additional objects. node.js/javascript util.
tiny util for getting and setting deep object props safely
Create nested values and any intermediaries using dot notation ('a.b.c'
) paths.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).