array item access?
Aperta
- Lingua principale
- JavaScript
- Stelle
- 1.3k
- Fork
- 37
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.