Skip to content

Commit

Permalink
Merge pull request #130 from dwilt/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey authored Aug 18, 2023
2 parents acd566a + cb3a3bd commit ba3e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare function isEqual<A = any, B = any>(a: A, b: B): boolean;
declare function isEqual<B>(a: any, b: B): a is B;
export = isEqual;

0 comments on commit ba3e2fb

Please sign in to comment.