|
|
|
|
|
by ssalka
2421 days ago
|
|
In lodash's defense, there is a @types package for it, which has a typed _.get. However, in my experience, the lodash typings are really difficult to use correctly. Definitely will be replacing usage of _.get with optional chaining soon. |
|