Search results
176 packages found
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
tiny util for getting and setting deep object props safely
Access nested property values at any depth with a simple expression.
Resolver that finds properties from [deeply] nested objects/arrays given a path or pattern. It also collects properties from multiple branches, without throwing Type Errors.
- resolve
- property resolve
- resolve path
- resolve nested
- accessor
- property accessor
- optional property
- wildcard resolve
- collector
- property collector
- tree traversal
- object traversal
- nested
- deep nested
- View more
Define a non-enumerable read-only accessor.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- object
- property
- define
- prop
- read-only
- writable
- configurable
- View more
Define a non-enumerable read-write accessor.
Retrieve nested object properties easily.
Create a proxy for array accessor
a simple utility function for getting a value at a path from an object with all the usecases properly covered
Create lazy properties that replace themselves with normal ones
A wrapper function for object accessor properties
Uniquely flexible and light-weight utility for deep (recursive) merging/cloning of JavaScript objects. Provides advanced options for customizing the merge/clone process: inspect, filter, and modify keys and properties; merge or skip unique, common, and un
Accessor for getting and setting values of nested data structures (arrays or objects)
Magic object accessor for javascript
A utility to allow for safe accessing of nested properties
Functional-style accessors for the Vuex store
Return an accessor function for setting an element in an indexed array-like object.