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 c306521 commit 126d823Copy full SHA for 126d823
index.d.ts
@@ -1,2 +1,2 @@
1
-declare function isEqual<A = any, B = any>(a: A, b: B): boolean;
+declare function isEqual<A = any, B = any>(a: A, b: B): a is B;
2
export = isEqual;
0 commit comments