We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
91d437f
the possible keys you can pass to copy(myObj, { props: ['someKey'] }) are now typed to be keyof typeof myObj
copy(myObj, { props: ['someKey'] })
keyof typeof myObj
v4.0.4...v4.0.5