jonschlinkert / unset-valueLinks
Delete nested properties from an object using dot notation.
☆35Updated 4 years ago
Alternatives and similar repositories for unset-value
Users that are interested in unset-value are comparing it to the libraries listed below
Sorting:
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 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 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 5 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Create ansi colors by passing open and close codes.☆19Updated last year
- Make a shallow clone of an object, array or primitive.☆31Updated 5 months ago
- Easily add plugin support to your node.js application.☆26Updated 5 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Updated 4 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails