We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20cfec commit 2ab20e0Copy full SHA for 2ab20e0
packages/svelte/src/ambient.d.ts
@@ -83,7 +83,7 @@ declare namespace $state {
83
* https://svelte-5-preview.vercel.app/docs/runes#$state.is
84
*
85
*/
86
- export function is(a: unknown, b: unknown): boolean;
+ export function is(a: any, b: any): boolean;
87
88
// prevent intellisense from being unhelpful
89
/** @deprecated */
packages/svelte/types/index.d.ts
@@ -2644,7 +2644,7 @@ declare namespace $state {
2644
2645
2646
2647
2648
2649
2650
0 commit comments