Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
docs: add ObjectOmit operator
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jul 14, 2017
1 parent c9fcd3c commit 85fe1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ const DefaultedFoo = withDefaults(Foo, { baz: 1 })
const x = <DefaultedFoo bar="bar" /> // ok
```
# The `ObjectOmit` operator
**Example**. A `withProps` function (React)
```ts
Expand Down

0 comments on commit 85fe1a1

Please sign in to comment.