Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gvergnaud authored and garronej committed Oct 12, 2022
1 parent cd235b2 commit 48ad365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Write **better** and **safer conditions**. Pattern matching lets you express com
- **Expressive API**, with catch-all and type specific **wildcards**: [`P._`](#P_-wildcard), [`P.string`](#Pstring-wildcard), [`P.number`](#Pnumber-wildcard), etc.
- Supports [**predicates**](#Pwhen-patterns), [**unions**](#Punion-patterns), [**intersections**](#Pintersection-patterns) and [**exclusion**](#Pnot-patterns) patterns for non-trivial cases.
- Supports properties selection, via the [`P.select(name?)`](#Pselect-patterns) function.
- Tiny bundle footprint ([**only 1.6kB**](https://bundlephobia.com/package/ts-pattern)).
- Tiny bundle footprint ([**only 1.7kB**](https://bundlephobia.com/package/ts-pattern)).

## What is Pattern Matching?

Expand Down

0 comments on commit 48ad365

Please sign in to comment.