Description
Custom React PropType validators that we use at Airbnb.
Keywords
Publisher
Description
Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
Keywords
- bury
- deep-get-set
- deep-object
- deep-property
- deep-set
- deep-set-in
- deephas
- dot-prop
- dot2val
- es5-dot-prop
- get
- getsetdeep
- has
- hasown
- View more
Publisher
Description
For use with React PropTypes. Will error on any prop not explicitly specified.
Keywords
Publisher
Description
Recursively merge values in a javascript object.
Keywords
Publisher
Description
Extend an object with the properties of additional objects. node.js/javascript util.
Keywords
- assign
- clone
- extend
- merge
- obj
- object
- object-assign
- object.assign
- prop
- properties
- property
- props
- shallow
- util
- View more
Publisher
Description
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 can do this!).
Keywords
Publisher
Description
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Keywords
Publisher
Description
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Keywords
Publisher
Description
Universal Children Definition for React Components
Keywords
Publisher
Description
The utilities for working with a collections such as objects, arrays and primitives such as numbers, strings, etc.
Keywords
Publisher
Description
Utils for working with JavaScript classes and prototype methods.