dlv
Object accessor
A utility function that safely accesses nested object properties using dot notation or arrays, with options for default values.
Safe deep property access in 120 bytes. x = dlv(obj, 'a.b.x')
1k stars
9 watching
41 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
dlvjavascriptkeyobject
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
| A package that allows accessing environment variables as if they were JavaScript objects | 33 |
| Provides a shim for accessing object keys in JavaScript environments where Object.keys is not available. | 45 |
| A fluent API for type-safe domain model validation and mapping using annotations and code generation. | 92 |
| A TodoMVC application built with Preact, demonstrating a compact implementation of the classic todo list app | 105 |
| Provides a macro to simplify access to object fields in Nim programming language | 87 |
| An aggregate library of DOM traversal, manipulation and events functions | 229 |
| A library to access properties within nested objects using a dot notation | 822 |
| A utility function for chaining property access and function composition in D3.js data visualization | 26 |
| A JavaScript utility library providing functional iterators and common helpers such as waterfalls, queues, and parallels. | 286 |
| Enables static scope analysis and transpilation of ES6 block scoped const and let variables to ES3. | 115 |
| A collection of .NET libraries providing basic numeric, geometric and data structure functionality for simple, reliable development | 13 |
| An NPM package that provides a reusable way to render Preact components into specific parts of the DOM. | 180 |
| A package that provides a way to access nested properties in data structures using a simple and expressive query language. | 48 |
| A minimal Virtual DOM rendering library using Preact | 139 |