type-challenges icon indicating copy to clipboard operation
type-challenges copied to clipboard

4 - Pick

Open notcodev opened this issue 1 year ago • 0 comments

type MyPick<T extends object, K extends keyof T> = { [Key in K]: T[Key] }

notcodev avatar Aug 19 '24 23:08 notcodev