Skip to content

Commit

Permalink
feat: update isProxy() param type (#1127) (#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: Wick <[email protected]>
Co-authored-by: Ismaël Maurice <[email protected]>
  • Loading branch information
3 people committed May 6, 2024
1 parent e115d35 commit c505e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/reactivity-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Vérifie si un objet est un proxy créé par [`reactive()`](./reactivity-core#re
- **Type :**

```ts
function isProxy(value: unknown): boolean
function isProxy(value: any): boolean
```

## isReactive() {#isreactive}
Expand Down

0 comments on commit c505e8d

Please sign in to comment.