inspect-js / is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
☆21Updated 7 months ago
Alternatives and similar repositories for is-data-descriptor:
Users that are interested in is-data-descriptor are comparing it to the libraries listed below
- Map `visit` over an array of objects.☆17Updated 2 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Updated last year
- A cache for managing namespaced sub-caches☆14Updated 3 years ago
- Returns true if a string has an extglob☆23Updated 5 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
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- ES2015 Number.isFinite() ponyfill☆19Updated 3 years ago
- Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.