Description
ES2015 `Object.assign()` ponyfill
Keywords
Publisher
Description
Property descriptor factory
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
A better Object.defineProperty()
Keywords
Publisher
Description
Use Custom Properties Queries in CSS
Keywords
Publisher
Description
Create an error with a code
Keywords
Publisher
Description
Lowercase the keys of an 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
A CSS property value parser for use with PostCSS
Keywords
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
Recursively merge values in a javascript object.
Keywords
Publisher
Description
List of known CSS properties
Keywords
Publisher
Description
Force V8 to use fast properties for an object
Keywords
Publisher
Description
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Keywords
Publisher
Description
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Keywords
Publisher
Description
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.