merge-change
Simple library for deep merge of objects and other types (also for patch and immutable updates). Declarative operations to specific merge, for example to remove properties. Customize merging between specific types. Calculating diffs.
Simple library for deep merge of objects and other types (also for patch and immutable updates). Declarative operations to specific merge, for example to remove properties. Customize merging between specific types. Calculating diffs.
stringify objects into searchable strings
YANG parser and evaluator
Simple streaming object filter passes through only the first object received
Creates and makes an array without duplicates. Even with array of objects with a specified matcher.
## get started ```bash npm install @symblight/toolset ```
Schema for form validation
Deep sort an object, no matter what the contents are.
DEPRECATED - use set-value instead.
Object -> [[key0, value0], [key1, value1]...]
Transform object keys to corresponding path strings
Extract data from an object using a dotted notation
Json Object mapper writing in TypeScript
Yaml tagged template literal
Almost the fastest library to get and set nested values in objects using a path.
Map object properties according to suffixes.
Make React components easier and more maintainable by using JavaScript with Free Style
Extremely fast function optimized for deep merging json-serializable plain objects.
Return true if `key` exists deeply on the given object.
Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.