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 afabfa1 commit d38ece9Copy full SHA for d38ece9
src/language/deep_equal.ts
@@ -1,3 +1,5 @@
1
+// deno-lint-ignore-file no-explicit-any
2
+
3
export function deepEqual(first: any, second: any) {
4
const [firstType, secondType] = [typeof first, typeof second];
5
0 commit comments