array item access?
Open
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
lodash.get allows for something like this:
```js
get(obj, 'foo[0]')
```
which would correspond to:
```js
obj = {
foo: [
'x' // <-
],
}
```
Any chance this could be supported in dlv as well?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.