Skip to content

Commit b3abd43

Browse files
all setup done , and also done dependencies part ..
this is my lifes first commit and idk ts but js but lets do this where life took me to
1 parent 8e0a244 commit b3abd43

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ import isEqual from '@/is-equal';
22

33
export default function isEqualChecker(obj1, obj2) {
44
return isEqual(obj1, obj2);
5-
}
5+
}
6+
7+
8+
export class Bank {
9+
10+
11+
12+
}

0 commit comments

Comments
 (0)