developit / developit/dlv

array item access?

Open
#27 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.