jonschlinkert / has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
☆26Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for has-value
- 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 6 years ago
- Define a non-enumerable property on an object.☆21Updated last year
- Center-align the text in a string.☆22Updated 7 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Find the module object for something that was require()d☆26Updated last year
- Turn an array like into an array☆11Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 3 years ago
- A cache for managing namespaced sub-caches☆14Updated 3 years ago
- Get the length of the longest item in an array.☆30Updated 6 years ago
- List of node.js builtin modules☆38Updated 7 months ago
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…☆19Updated 3 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Updated 7 years ago
- Parse a glob pattern into an object of path parts.☆25Updated 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 2 years ago
- Modern Buffer API polyfill without footguns☆26Updated 3 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 6 years ago
- Find a file given a declaration of locations.☆12Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.☆12Updated 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 7 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- ☆27Updated 3 years ago
- timers module for browserify☆24Updated 3 years ago
- Uses snapdragon to tokenize a single JavaScript block comment into an object, with description, tags, and code example sections that can …☆15Updated last year
- Create an array by repeating the given string n times.☆19Updated 3 years ago
- Synchronously write a file and create its ancestor directories if needed☆15Updated 5 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆25Updated 4 years ago