ferdy
Explore posts from serversTTCTheo's Typesafe Cult
•Created by ferdy on 4/24/2023 in #questions
Nested keyof
ok looks like I can get what i want using lodash: https://lodash.com/docs/4.17.15#set
(problem being that indexing into an object with a nested property can't be done like
obj["a.b.c"]
)
gonna mark as solved2 replies