Skip to content

Commit

Permalink
docs(blog): add comparison table for Pick, Omit, and Partial utilitie…
Browse files Browse the repository at this point in the history
…s in TypeScript
  • Loading branch information
necatiozmen committed Dec 17, 2024
1 parent 624a807 commit 2d49b79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/blog/2024-12-17-typescript-pick.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ These are the cruces of using `Pick<>` transformations in TypeScript.

## Add a Comparison Table: Pick vs. Other Utilities

Create a comparison table highlighting when to use `Pick`, `Omit`, and `Partial`. Tables often rank well for featured snippets.

```markdown
### Pick vs. Omit vs. Partial

Expand Down

0 comments on commit 2d49b79

Please sign in to comment.