Pick object keys inside array #273
Unanswered
thomas-at-perdoo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use
Object.P.Pick
over this type:like this:
expecting this:
but I'm instead getting this:
The
[]
there seem to beundefined[]
.According to this PR support for arrays was added back in 2019. Are arrays still supported nowadays? If so, what is their syntax?
Beta Was this translation helpful? Give feedback.
All reactions