Skip to content

Commit

Permalink
Mention PickByType as an alternative of ConditionalPick (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-with-ia authored Dec 20, 2024
1 parent 591700a commit a72e9e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ type ShouldBeNever = IfAny<'not any', 'not never', 'never'>;
- `SetElement` - See [`IterableElement`](source/iterable-element.d.ts)
- `SetEntry` - See [`IterableElement`](source/iterable-element.d.ts)
- `SetValues` - See [`IterableElement`](source/iterable-element.d.ts)
- `PickByTypes` - See [`ConditionalPick`](source/conditional-pick.d.ts)

## Tips

Expand Down

0 comments on commit a72e9e1

Please sign in to comment.