Skip to content

Commit b786ffd

Browse files
authored
feat: update isProxy() param type (#2801)
1 parent 5699257 commit b786ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/reactivity-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Checks if an object is a proxy created by [`reactive()`](./reactivity-core#react
237237
- **Type**
238238
239239
```ts
240-
function isProxy(value: unknown): boolean
240+
function isProxy(value: any): boolean
241241
```
242242

243243
## isReactive() {#isreactive}

0 commit comments

Comments
 (0)