Skip to content

Commit

Permalink
feat: update isProxy() param type (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick committed May 1, 2024
1 parent 5699257 commit b786ffd
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 @@ -237,7 +237,7 @@ Checks if an object is a proxy created by [`reactive()`](./reactivity-core#react
- **Type**
```ts
function isProxy(value: unknown): boolean
function isProxy(value: any): boolean
```

## isReactive() {#isreactive}
Expand Down

0 comments on commit b786ffd

Please sign in to comment.