From 96aaf471213ffe03e3f9a49b14d9884f05f91cc7 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:52:37 +0000 Subject: [PATCH 1/4] Setting up GitHub Classroom Feedback From 8e0a2440da36553c114d98ebae1f6df0457719ba Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:52:40 +0000 Subject: [PATCH 2/4] add deadline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cab3c08..76507d5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/W3nV4mdD) # Banking management ## Overview From b3abd433b29bc87347f533f5a795dc33c5711bf2 Mon Sep 17 00:00:00 2001 From: Vishvadeep Singh Chauhan Date: Thu, 16 Oct 2025 23:14:02 +0530 Subject: [PATCH 3/4] 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 --- src/index.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3972b63..c357292 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,4 +2,11 @@ import isEqual from '@/is-equal'; export default function isEqualChecker(obj1, obj2) { return isEqual(obj1, obj2); -} \ No newline at end of file +} + + +export class Bank { + + + +} From bae6488bd12b20fdb46fb656928004acd38fa618 Mon Sep 17 00:00:00 2001 From: Vishvadeep Singh Chauhan Date: Fri, 14 Nov 2025 18:36:20 +0530 Subject: [PATCH 4/4] abc --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c357292..cd4db09 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,5 +8,6 @@ export default function isEqualChecker(obj1, obj2) { export class Bank { - + } +