jonschlinkert / define-propertyLinks
Define a non-enumerable property on an object.
☆21Updated 2 years ago
Alternatives and similar repositories for define-property
Users that are interested in define-property are comparing it to the libraries listed below
Sorting:
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Updated 5 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…