Exercise #133: Pick
TypeScript Generics ยท 06-challenges
Goal

Goal: Type `pick` so keys are constrained to `keyof` and the return is `Pick`.

Run "Check Solution" to validate your code in the browser.