jonschlinkert / unset-valueLinks
Delete nested properties from an object using dot notation.
☆35Updated 3 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:
- 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
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Updated 4 years ago
- Make a shallow clone of an object, array or primitive.☆31Updated 4 months ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last month
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated last month
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 5 months ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 5 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- fs read and write streams based on minipass☆20Updated 3 months ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Minimal async jobs utility library, with streams support☆25Updated last month
- Constants and utilities about visitor keys to traverse AST.☆43Updated last year
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Easily add plugin support to your node.js application.☆26Updated 5 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 6 years ago
- Minimal module to check if a file is executable.☆51Updated 3 months ago
- Is the typeof value a javascript primitive?☆37Updated 4 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago