Description
Property descriptor factory
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 descriptor. Works for data descriptors and accessor descriptors.
Keywords
Publisher
Description
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Keywords
Publisher
Description
Utils for working with JavaScript classes and prototype methods.
Keywords
Publisher
Description
Provides a collection of non-recursive tools for performing operations on deeply nested object properties and prototypes. Allows for custom execution settings including non-native dataset handling.
Keywords
Publisher
Description
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Keywords
Publisher
Description
Define multiple non-enumerable properties
Keywords
Publisher
Description
Shallow clones an object while respecting the original property descriptors
Keywords
- clone
- shallow
- copy
- getter
- setter
- configurable
- enumerable
- writable
- property
- properties
- descritor
- descriptors
- shim
- shimming
- View more
Publisher
Description
A pretty well typed `Object.getOwnPropertyDescriptors` polyfill.
Keywords
- Object.getOwnPropertyDescriptors
- descriptor
- property descriptor
- property-descriptor
- property-descriptors
- properties
- property
- own-keys
- keys
- object
- ES8
- ES2017
- shim
- polyfill
- View more
Publisher
Description
Get Own Property Descriptor is package from Ganuz library
Keywords
Publisher
Description
Non-recursively creates an array of deep paths and properties within an object. Optionally unpacks prototypes and non-enumerable property descriptors. Supports Objects, Arrays, Maps, and Sets.
Keywords
Publisher
Description
Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)
Keywords
Publisher
Description
Is Accessor Descriptor is package from Ganuz library
Keywords
Publisher
Description
Is Property Descriptor is package from Ganuz library
Keywords
Publisher
Description
To Data Descriptor is package from Ganuz library
Keywords
Publisher
Description
To Property Descriptor is package from Ganuz library
Keywords
Publisher
Description
Is Data Descriptor is package from Ganuz library
Keywords
Publisher
Description
Get Property Descriptor is package from Ganuz library