combine-properties
Generates all possible objects (combinations of property values).
Generates all possible objects (combinations of property values).
Returns a new object containing only the specified properties
Convert vinyl objects of YAML files into plain objects
Use this module to create a new object by removing properties from an existing object. E.g: const user = {name: "Mohammed MT", title: "SSE"}; const newUser = objrmprop(user, ["title"]); OR const newUser = objrmprop(user, "title"); // Results {name: Mohamm
Stream transform that plucks properties.
Makeify is a utility to create objects with nested values
Transform stream to extend an object recursively
Type-safe functions to expand CSS shorthands into their longhand sub-properties
Create error instances with a code, status, etc.
ReactJS property grid
React component for easier promise handling
A react/redux implementation of hierarchical, editable property grid, backed by JSON Schema.
Allows you to retrieve value of object property using dot-notation in a string
Generic utility for getting/setting properties of an object
Deletes keys of an object
A micro NPM module that aids in encapsulation of object properties.
Type safe existential property access using ES6 proxies
Get, set, or delete a property from a nested object using a dot path
Immutable version of dot-prop with some extensions
Property based testing plugin for unexpected